Package org.kie.maven.plugin.mojos
Class BuildMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.kie.maven.plugin.mojos.AbstractKieMojo
-
- org.kie.maven.plugin.mojos.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 AbstractKieMojoThis goal builds the Drools files belonging to the kproject.
-
-
Field Summary
-
Fields inherited from class org.kie.maven.plugin.mojos.AbstractKieMojo
resources, validateDMN
-
-
Constructor Summary
Constructors Constructor Description BuildMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()-
Methods inherited from class org.kie.maven.plugin.mojos.AbstractKieMojo
getCompilerType, getDumpKieSourcesFolder, getGenerateDMNModel, getGenerateModel, getJavaCompiler, getMavenSession, getOutputDirectory, getProject, getProjectDir, getProperties, getResourceFolder, getResources, getResourcesDirectories, getTargetDirectory, getTestDir, getValidateDMN, isModelParameterEnabled
-
-