public final class MojoExecutor
extends java.lang.Object
| Constructor and Description |
|---|
MojoExecutor(org.apache.maven.plugin.MavenPluginManager mngr,
org.apache.maven.execution.MavenSession sesn)
Public ctor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(java.lang.String coords,
java.lang.String goal,
java.util.Properties config)
Find and configure a mojor.
|
public MojoExecutor(org.apache.maven.plugin.MavenPluginManager mngr,
org.apache.maven.execution.MavenSession sesn)
mngr - The managersesn - Maven sessionpublic void execute(java.lang.String coords,
java.lang.String goal,
java.util.Properties config)
throws ValidationException
coords - Maven coordinates,
e.g. "com.qulice:maven-qulice-plugin:1.0"goal - Maven plugin goal to executeconfig - The configuration to setValidationException - If something is wrong insideCopyright © 2011–2018 Qulice.com. All rights reserved.