Package org.kie.maven.plugin
Class AbstractKieMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.kie.maven.plugin.AbstractKieMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
- Direct Known Subclasses:
AbstractDMNValidationAwareMojo,GenerateDMNModelMojo,GeneratePMMLModelMojo,InjectReactiveMojo,PackageKjarDependenciesMojo,TouchResourcesMojo
public abstract class AbstractKieMojo extends org.apache.maven.plugin.AbstractMojo
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdumpKieSourcesFolder
-
Constructor Summary
Constructors Constructor Description AbstractKieMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.kie.memorycompiler.JavaConfiguration.CompilerTypegetCompilerType()protected List<String>getFilesByType(org.drools.compiler.kie.builder.impl.InternalKieModule kieModule, String fileType)protected voidsetSystemProperties(Map<String,String> properties)-
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
-
-
-
Field Detail
-
dumpKieSourcesFolder
@Parameter(property="dumpKieSourcesFolder", defaultValue="") protected String dumpKieSourcesFolder
-
-