Package org.l2x6.cq.camel.maven.prod
Class CamelProdExcludesCheckMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.l2x6.cq.camel.maven.prod.CamelProdExcludesMojo
org.l2x6.cq.camel.maven.prod.CamelProdExcludesCheckMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="camel-prod-excludes-check",
threadSafe=true,
requiresProject=false,
inheritByDefault=false)
public class CamelProdExcludesCheckMojo
extends CamelProdExcludesMojo
Check whether the modules that should not be productized are properly unlinked from Camel source tree based on
product/src/main/resources/required-productized-camel-artifacts.txt.- Since:
- 2.11.0
-
Nested Class Summary
Nested classes/interfaces inherited from class org.l2x6.cq.camel.maven.prod.CamelProdExcludesMojo
CamelProdExcludesMojo.VersionStyle -
Field Summary
Fields inherited from class org.l2x6.cq.camel.maven.prod.CamelProdExcludesMojo
project, projectHelperFields inherited from interface org.apache.maven.plugin.Mojo
ROLE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.l2x6.cq.camel.maven.prod.CamelProdExcludesMojo
executeMethods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
CamelProdExcludesCheckMojo
public CamelProdExcludesCheckMojo()
-
-
Method Details
-
isChecking
protected boolean isChecking()Description copied from class:CamelProdExcludesMojoOverridden byCamelProdExcludesCheckMojo.- Overrides:
isCheckingin classCamelProdExcludesMojo- Returns:
always false
-