Interface WagonManager

    • Method Detail

      • getAuthenticationInfo

        org.apache.maven.wagon.authentication.AuthenticationInfo getAuthenticationInfo​(String id)
        Deprecated.
        this method is only here for backward compat (project-info-reports:dependencies) the default implementation will return an empty AuthenticationInfo
      • getProxy

        org.apache.maven.wagon.proxy.ProxyInfo getProxy​(String protocol)
        Deprecated.
      • getArtifact

        void getArtifact​(Artifact artifact,
                         ArtifactRepository repository)
                  throws org.apache.maven.wagon.TransferFailedException,
                         org.apache.maven.wagon.ResourceDoesNotExistException
        Deprecated.
        Throws:
        org.apache.maven.wagon.TransferFailedException
        org.apache.maven.wagon.ResourceDoesNotExistException
      • getArtifact

        void getArtifact​(Artifact artifact,
                         List<ArtifactRepository> remoteRepositories)
                  throws org.apache.maven.wagon.TransferFailedException,
                         org.apache.maven.wagon.ResourceDoesNotExistException
        Deprecated.
        Throws:
        org.apache.maven.wagon.TransferFailedException
        org.apache.maven.wagon.ResourceDoesNotExistException