Package org.kie.maven.plugin
Class ValidateDMNMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.kie.maven.plugin.AbstractKieMojo
-
- org.kie.maven.plugin.AbstractDMNValidationAwareMojo
-
- org.kie.maven.plugin.ValidateDMNMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="validateDMN", requiresDependencyResolution=NONE, requiresProject=true, defaultPhase=PROCESS_RESOURCES) public class ValidateDMNMojo extends AbstractDMNValidationAwareMojo
-
-
Field Summary
-
Fields inherited from class org.kie.maven.plugin.AbstractKieMojo
dumpKieSourcesFolder
-
-
Constructor Summary
Constructors Constructor Description ValidateDMNMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
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
-
-