Class AnalyseMojo

  • All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
    Direct Known Subclasses:
    ProjectAnalyseMojo

    @Mojo(name="analyse",
          defaultPhase=TEST)
    public class AnalyseMojo
    extends org.apache.sling.feature.maven.mojos.AnalyseFeaturesMojo
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo

        org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo.FeatureScanner
      • Nested classes/interfaces inherited from class org.apache.sling.feature.maven.mojos.AbstractFeatureMojo

        org.apache.sling.feature.maven.mojos.AbstractFeatureMojo.BaseArtifactProvider, org.apache.sling.feature.maven.mojos.AbstractFeatureMojo.BaseFeatureProvider
    • Field Summary

      • Fields inherited from class org.apache.sling.feature.maven.mojos.AbstractFeatureMojo

        features, jarStartOrder, mavenSession, project, projectHelper
      • Fields inherited from interface org.apache.maven.plugin.Mojo

        ROLE
    • Constructor Summary

      Constructors 
      Constructor Description
      AnalyseMojo()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute()  
      • Methods inherited from class org.apache.sling.feature.maven.mojos.AbstractIncludingFeatureMojo

        getSelectedFeatures, selectAllFeatureFiles, selectAllFeatureFilesAndAggregates
      • Methods inherited from class org.apache.sling.feature.maven.mojos.AbstractFeatureMojo

        checkPreconditions, getTmpDir
      • 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

      • AnalyseMojo

        public AnalyseMojo()
    • 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.feature.maven.mojos.AnalyseFeaturesMojo
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        org.apache.maven.plugin.MojoFailureException