Class ConvertToFeatureModelMojo

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

    @Mojo(name="convert",
          defaultPhase=GENERATE_RESOURCES)
    public class ConvertToFeatureModelMojo
    extends org.apache.sling.cpconverter.maven.mojos.ConvertCPMojo
    • Field Summary

      • Fields inherited from class org.apache.sling.cpconverter.maven.mojos.ConvertCPMojo

        CFG_API_REGIONS, CFG_ARTIFACT_ID_OVERRIDE, CFG_BUNDLE_START_ORDER, CFG_CONTENT_PACKAGES, CFG_CONVERTED_CP_FM_PREFIX, CFG_CONVERTED_CP_OUTPUT_DIRECTORY, CFG_FM_OUTPUT_DIRECTORY, CFG_INSTALL_CONVERTED_PACKAGE, CFG_IS_CONTENT_PACKAGE, CFG_MERGE_CONFIGURATIONS, CFG_STRICT_VALIDATION, CFG_SYSTEM_PROPERTIES, CFP_EXPORT_TO_API_REGION, DEFAULT_BUNDLE_START_ORDER, DEFAULT_CONVERTED_CP_OUTPUT_DIRECTORY, DEFAULT_FM_OUTPUT_DIRECTORY, DEFAULT_INSTALL_CONVERTED_PACKAGE, DEFAULT_IS_CONTENT_PACKAGE, DEFAULT_MERGE_CONFIGURATIONS, DEFAULT_STRING_VALIDATION
      • Fields inherited from class org.apache.sling.cpconverter.maven.mojos.AbstractBaseMojo

        artifactHandlerManager, installer, mavenSession, project, projectHelper
      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      • Methods inherited from class org.apache.maven.plugin.AbstractMojo

        getLog, getPluginContext, setLog, setPluginContext
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConvertToFeatureModelMojo

        public ConvertToFeatureModelMojo()
    • Method Detail

      • execute

        public void execute()
                     throws org.apache.maven.plugin.MojoExecutionException,
                            org.apache.maven.plugin.MojoFailureException
        Specified by:
        execute in interface org.apache.maven.plugin.Mojo
        Overrides:
        execute in class org.apache.sling.cpconverter.maven.mojos.ConvertCPMojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException