Class DefaultWagonManager

    • 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​(org.apache.maven.artifact.Artifact artifact,
                                org.apache.maven.artifact.repository.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​(org.apache.maven.artifact.Artifact artifact,
                                java.util.List<org.apache.maven.artifact.repository.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
      • getMirrorRepository

        @Deprecated
        public org.apache.maven.artifact.repository.ArtifactRepository getMirrorRepository​(org.apache.maven.artifact.repository.ArtifactRepository repository)
        Deprecated.
        Specified by:
        getMirrorRepository in interface WagonManager