Uses of Class
org.apache.maven.shared.transfer.project.NoFileAssignedException
-
-
Uses of NoFileAssignedException in org.apache.maven.shared.transfer.project.deploy
Methods in org.apache.maven.shared.transfer.project.deploy that throw NoFileAssignedException Modifier and Type Method Description void
ProjectDeployer. 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. -
Uses of NoFileAssignedException in org.apache.maven.shared.transfer.project.deploy.internal
Methods in org.apache.maven.shared.transfer.project.deploy.internal that throw NoFileAssignedException Modifier and Type Method Description void
DefaultProjectDeployer. deploy(org.apache.maven.project.ProjectBuildingRequest buildingRequest, ProjectDeployerRequest projectDeployerRequest, org.apache.maven.artifact.repository.ArtifactRepository artifactRepository)
This will deploy a single project which may contain several artifacts. -
Uses of NoFileAssignedException in org.apache.maven.shared.transfer.project.install
Methods in org.apache.maven.shared.transfer.project.install that throw NoFileAssignedException Modifier and Type Method Description void
ProjectInstaller. install(org.apache.maven.project.ProjectBuildingRequest projectBuildingRequest, ProjectInstallerRequest projectInstallerRequest)
This will install a single project which may contain several artifacts. -
Uses of NoFileAssignedException in org.apache.maven.shared.transfer.project.install.internal
Methods in org.apache.maven.shared.transfer.project.install.internal that throw NoFileAssignedException Modifier and Type Method Description void
DefaultProjectInstaller. install(org.apache.maven.project.ProjectBuildingRequest buildingRequest, ProjectInstallerRequest installerRequest)
This will install a single project which may contain several artifacts.
-