Class DefaultWagonManager

    • Field Detail

      • log

        @Requirement
        private org.codehaus.plexus.logging.Logger log
      • legacySupport

        @Requirement
        private LegacySupport legacySupport
    • Constructor Detail

      • DefaultWagonManager

        public DefaultWagonManager()
    • Method Detail

      • getAuthenticationInfo

        public org.apache.maven.wagon.authentication.AuthenticationInfo getAuthenticationInfo​(java.lang.String id)
        Description copied from interface: WagonManager
        this method is only here for backward compat (project-info-reports:dependencies) the default implementation will return an empty AuthenticationInfo
        Specified by:
        getAuthenticationInfo in interface WagonManager
      • getProxy

        public org.apache.maven.wagon.proxy.ProxyInfo getProxy​(java.lang.String protocol)
        Specified by:
        getProxy in interface WagonManager
      • getArtifact

        public void getArtifact​(Artifact artifact,
                                ArtifactRepository repository)
                         throws org.apache.maven.wagon.TransferFailedException,
                                org.apache.maven.wagon.ResourceDoesNotExistException
        Specified by:
        getArtifact in interface WagonManager
        Throws:
        org.apache.maven.wagon.TransferFailedException
        org.apache.maven.wagon.ResourceDoesNotExistException
      • getArtifact

        public void getArtifact​(Artifact artifact,
                                java.util.List<ArtifactRepository> remoteRepositories)
                         throws org.apache.maven.wagon.TransferFailedException,
                                org.apache.maven.wagon.ResourceDoesNotExistException
        Specified by:
        getArtifact in interface WagonManager
        Throws:
        org.apache.maven.wagon.TransferFailedException
        org.apache.maven.wagon.ResourceDoesNotExistException