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)
    public class InjectReactiveMojo
    extends AbstractKieMojo
    • Constructor Detail

      • InjectReactiveMojo

        public InjectReactiveMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException
      • convertAllToPkgRegExps

        public static List<String> convertAllToPkgRegExps​(String[] patterns)
      • isPackageNameIncluded

        public static boolean isPackageNameIncluded​(String packageName,
                                                    List<String> regexps)