Class DefaultProjectDeployer

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deploy​(org.apache.maven.project.ProjectBuildingRequest buildingRequest, ProjectDeployerRequest request, org.apache.maven.artifact.repository.ArtifactRepository artifactRepository)
      This will deploy a single project which may contain several artifacts into the appropriate remote repository.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultProjectDeployer

        public DefaultProjectDeployer()
    • Method Detail

      • deploy

        public void deploy​(org.apache.maven.project.ProjectBuildingRequest buildingRequest,
                           ProjectDeployerRequest request,
                           org.apache.maven.artifact.repository.ArtifactRepository artifactRepository)
                    throws java.io.IOException,
                           NoFileAssignedException
        This will deploy a single project which may contain several artifacts into the appropriate remote repository.
        Specified by:
        deploy in interface ProjectDeployer
        Parameters:
        buildingRequest - ProjectBuildingRequest
        request - ProjectDeployerRequest
        artifactRepository - ArtifactRepository
        Throws:
        java.lang.IllegalArgumentException - in case of artifact is not correctly assigned.
        NoFileAssignedException
        java.io.IOException - In case of problems related to checksums.