Interface ArtifactInstaller

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void install​(org.apache.maven.project.ProjectBuildingRequest request, java.io.File localRepository, java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)  
      void install​(org.apache.maven.project.ProjectBuildingRequest request, java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)  
    • Method Detail

      • install

        void install​(org.apache.maven.project.ProjectBuildingRequest request,
                     java.util.Collection<org.apache.maven.artifact.Artifact> mavenArtifacts)
              throws ArtifactInstallerException
        Parameters:
        request - ProjectBuildingRequest
        mavenArtifacts - Artifact
        Throws:
        ArtifactInstallerException - in case of an error.