Class DefaultWagonManager

    • Constructor Detail

      • DefaultWagonManager

        public DefaultWagonManager()
    • Method Detail

      • getAuthenticationInfo

        public org.apache.maven.wagon.authentication.AuthenticationInfo getAuthenticationInfo​(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​(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,
                                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