Class SerializeMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

    @Mojo(name="serialize",
          requiresDependencyResolution=COMPILE_PLUS_RUNTIME,
          requiresProject=true,
          defaultPhase=COMPILE,
          configurator="include-project-dependencies")
    public class SerializeMojo
    extends org.kie.maven.plugin.SerializeMojo
    Compiles and serializes knowledge bases.
    • Field Summary

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

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

        ROLE
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializeMojo()  
    • Method Summary

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

        execute
      • 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

      • SerializeMojo

        public SerializeMojo()