Package org.kie.maven.plugin
Class GenerateModelMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.kie.maven.plugin.AbstractKieMojo
-
- org.kie.maven.plugin.AbstractDMNValidationAwareMojo
-
- org.kie.maven.plugin.GenerateModelMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="generateModel", requiresDependencyResolution=NONE, requiresProject=true, defaultPhase=COMPILE) public class GenerateModelMojo extends AbstractDMNValidationAwareMojo
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGenerateModelMojo.ExecutableModelMavenProject
-
Field Summary
Fields Modifier and Type Field Description static PathMatcherdrlFileMatcher-
Fields inherited from class org.kie.maven.plugin.AbstractKieMojo
dumpKieSourcesFolder
-
-
Constructor Summary
Constructors Constructor Description GenerateModelMojo()
-
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
-
-
-
-
Field Detail
-
drlFileMatcher
public static PathMatcher drlFileMatcher
-
-