Class FeaturesDiffMojo

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

    @Mojo(name="features-diff",
          defaultPhase=PACKAGE,
          requiresDependencyResolution=TEST,
          threadSafe=true)
    public final class FeaturesDiffMojo
    extends AbstractIncludingFeatureMojo
    Compares different versions of the same Feature Model.
    • Field Detail

      • comparisonVersion

        @Parameter(defaultValue="(,${project.version})")
        protected String comparisonVersion
      • resolver

        @Component
        protected org.apache.maven.artifact.resolver.ArtifactResolver resolver
      • factory

        @Component
        protected org.apache.maven.artifact.factory.ArtifactFactory factory
    • Constructor Detail

      • FeaturesDiffMojo

        public FeaturesDiffMojo()
    • 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