@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.
|
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)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.