Class ProjectAnalyseMojo

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

    @Mojo(name="project-analyse",
          defaultPhase=VERIFY)
    @Execute(lifecycle="project-analysis",
             goal="project-aggregate")
    public class ProjectAnalyseMojo
    extends AnalyseMojo
    • 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
    • Method Summary

      • 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

      • ProjectAnalyseMojo

        public ProjectAnalyseMojo()