@Mojo(name="install",
defaultPhase=PRE_INTEGRATION_TEST,
requiresDependencyResolution=RUNTIME,
threadSafe=true)
public class InstallMojo
extends org.apache.maven.plugin.AbstractMojo
Constructor and Description |
---|
InstallMojo() |
Modifier and Type | Method and Description |
---|---|
protected void |
collectAllProjectReferences(org.apache.maven.project.MavenProject project,
Collection<String> dependencyProjects) |
void |
execute()
Performs this mojo's tasks.
|
protected boolean |
isInProjectReferences(Collection<org.apache.maven.project.MavenProject> references,
org.apache.maven.project.MavenProject project) |
public void execute() throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException
- If the artifacts could not be installed.protected void collectAllProjectReferences(org.apache.maven.project.MavenProject project, Collection<String> dependencyProjects)
protected boolean isInProjectReferences(Collection<org.apache.maven.project.MavenProject> references, org.apache.maven.project.MavenProject project)
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.