Class ValidateInvokerMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
de.iip_ecosphere.platform.tools.maven.invoker.AbstractInvokerMojo
de.iip_ecosphere.platform.tools.maven.invoker.ValidateInvokerMojo
- All Implemented Interfaces:
de.iip_ecosphere.platform.tools.maven.python.Logger,org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="validate",
defaultPhase=VALIDATE)
public class ValidateInvokerMojo
extends AbstractInvokerMojo
Maven POM invoker plugin. This plugin is largely inspired by the maven-invoker plugin.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.iip_ecosphere.platform.tools.maven.invoker.AbstractInvokerMojo
disable, error, error, execute, info, warnMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
ValidateInvokerMojo
public ValidateInvokerMojo()
-