Package org.bonitasoft.plugin.install
Class InstallProjectStoreMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.bonitasoft.plugin.install.InstallProjectStoreMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="install", defaultPhase=NONE) public class InstallProjectStoreMojo extends org.apache.maven.plugin.AbstractMojoThis mojo looks for unknown dependencies in the current project and look for them in a project local dependency store (.store folder by default). Install missing dependencies found in the local store in the local repository.
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.maven.artifact.repository.ArtifactRepositorylocalRepositoryLocal Repository.
-
Constructor Summary
Constructors Constructor Description InstallProjectStoreMojo(org.apache.maven.lifecycle.internal.ProjectArtifactFactory artifactFactory, org.apache.maven.model.io.ModelReader modelReader, org.apache.maven.model.io.ModelWriter modelWriter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-