Package org.kie.maven.plugin
Class InjectReactiveMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.kie.maven.plugin.AbstractKieMojo
-
- org.kie.maven.plugin.InjectReactiveMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="injectreactive", requiresDependencyResolution=COMPILE_PLUS_RUNTIME, requiresProject=true, defaultPhase=COMPILE) public class InjectReactiveMojo extends AbstractKieMojo
-
-
Field Summary
-
Fields inherited from class org.kie.maven.plugin.AbstractKieMojo
dumpKieSourcesFolder
-
-
Constructor Summary
Constructors Constructor Description InjectReactiveMojo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static List<String>convertAllToPkgRegExps(String[] patterns)voidexecute()static booleanisPackageNameIncluded(String packageName, List<String> regexps)-
Methods inherited from class org.kie.maven.plugin.AbstractKieMojo
getCompilerType, getFilesByType, setSystemProperties
-
-