Class 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)
    @Execute(goal="injectreactive",
             phase=COMPILE)
    public class InjectReactiveMojo
    extends org.kie.maven.plugin.InjectReactiveMojo
    • Field Summary

      • Fields inherited from class org.kie.maven.plugin.AbstractKieMojo

        dumpKieSourcesFolder
      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Method Summary

      • Methods inherited from class org.kie.maven.plugin.InjectReactiveMojo

        convertAllToPkgRegExps, execute, isPackageNameIncluded
      • Methods inherited from class org.kie.maven.plugin.AbstractKieMojo

        getCompilerType, getFilesByType, setSystemProperties
      • Methods inherited from class org.apache.maven.plugin.AbstractMojo

        getLog, getPluginContext, setLog, setPluginContext
    • Constructor Detail

      • InjectReactiveMojo

        public InjectReactiveMojo()