Class FeaturesDiffMojo

java.lang.Object
org.apache.maven.plugin.AbstractMojo
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 Details

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

    • FeaturesDiffMojo

      public FeaturesDiffMojo()
  • Method Details

    • 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