Package org.kie.maven.takari.plugin
Class BuildMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.kie.maven.plugin.AbstractKieMojo
-
- org.kie.maven.plugin.AbstractDMNValidationAwareMojo
-
- org.kie.maven.plugin.BuildMojo
-
- org.kie.maven.takari.plugin.BuildMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="build", requiresDependencyResolution=COMPILE_PLUS_RUNTIME, requiresProject=true, defaultPhase=COMPILE) public class BuildMojo extends org.kie.maven.plugin.BuildMojoThis goal builds the Drools files belonging to the kproject with incremental compilation.
-
-
Constructor Summary
Constructors Constructor Description BuildMojo()
-
Method Summary
-
Methods inherited from class org.kie.maven.plugin.AbstractDMNValidationAwareMojo
computeDMNProfiles, computeFlagsFromCSVString, getGenerateModelOption, getValidateDMN, isModelParameterEnabled, logValidationMessages, performDMNDTAnalysis, resourcesPaths, shallPerformDMNDTAnalysis
-
Methods inherited from class org.kie.maven.plugin.AbstractKieMojo
getCompilerType, getFilesByType, setSystemProperties
-
-