@Mojo(name="dependency-properties",
requiresDependencyResolution=TEST,
defaultPhase=INITIALIZE,
threadSafe=true)
public class DependenciesPropertiesMojo
extends org.apache.maven.plugin.AbstractMojo
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.project.MavenProject |
project
The current Maven project
|
| Constructor and Description |
|---|
DependenciesPropertiesMojo() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Main entry into mojo.
|
@Parameter(defaultValue="${project}",
readonly=true,
required=true)
protected org.apache.maven.project.MavenProject project
public void execute()
throws org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoExecutionException - with a message if an error occurs.Copyright © 2013–2018 R.W.Majeed. All rights reserved.