Package com.qulice.maven
Class MojoExecutor
- java.lang.Object
-
- com.qulice.maven.MojoExecutor
-
public final class MojoExecutor extends Object
Executor of plugins.- Since:
- 0.3
-
-
Constructor Summary
Constructors Constructor Description MojoExecutor(org.apache.maven.plugin.MavenPluginManager mngr, org.apache.maven.execution.MavenSession sesn)
Public ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(String coords, String goal, Properties config)
Find and configure a mojor.
-
-
-
Method Detail
-
execute
public void execute(String coords, String goal, Properties config) throws ValidationException
Find and configure a mojor.- Parameters:
coords
- Maven coordinates, e.g. "com.qulice:maven-qulice-plugin:1.0"goal
- Maven plugin goal to executeconfig
- The configuration to set- Throws:
ValidationException
- If something is wrong inside
-
-