Class BaselinePlugin

java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.felix.bundleplugin.baseline.BaselinePlugin
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

@Mojo(name="baseline", threadSafe=true, requiresDependencyResolution=TEST, defaultPhase=VERIFY) public final class BaselinePlugin extends org.apache.maven.plugin.AbstractMojo
BND Baseline check between two bundles.
Since:
2.4.1
  • Field Details

    • skip

      @Parameter(property="baseline.skip", defaultValue="false") protected boolean skip
      Flag to easily skip execution.
    • failOnError

      @Parameter(property="baseline.failOnError", defaultValue="true") protected boolean failOnError
      Whether to fail on errors.
    • failOnWarning

      @Parameter(property="baseline.failOnWarning", defaultValue="false") protected boolean failOnWarning
      Whether to fail on warnings.
    • project

      @Parameter(defaultValue="${project}", readonly=true, required=true) protected org.apache.maven.project.MavenProject project
    • session

      @Parameter(defaultValue="${session}", readonly=true, required=true) protected org.apache.maven.execution.MavenSession session
    • resolver

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

      @Component protected org.apache.maven.artifact.factory.ArtifactFactory factory
    • comparisonGroupId

      @Parameter(defaultValue="${project.groupId}", property="comparisonGroupId") protected String comparisonGroupId
      Group id to compare the current code against.
    • comparisonArtifactId

      @Parameter(defaultValue="${project.artifactId}", property="comparisonArtifactId") protected String comparisonArtifactId
      Artifact to compare the current code against.
    • comparisonVersion

      @Parameter(defaultValue="(,${project.version})", property="comparisonVersion") protected String comparisonVersion
      Version to compare the current code against.
    • comparisonPackaging

      @Parameter(defaultValue="${project.packaging}", property="comparisonPackaging") protected String comparisonPackaging
      Artifact to compare the current code against.
    • comparisonClassifier

      @Parameter(property="comparisonClassifier") protected String comparisonClassifier
      Classifier for the artifact to compare the current code against.
    • supportedProjectTypes

      @Parameter protected List<String> supportedProjectTypes
      Project types which this plugin supports.
    • buildContext

      @Component protected org.sonatype.plexus.build.incremental.BuildContext buildContext
  • Constructor Details

    • BaselinePlugin

      public BaselinePlugin()
  • Method Details

    • init

      protected Object init(Object noContext)
    • close

      protected void close(Object writer)
    • startBaseline

      protected void startBaseline(Object context, String generationDate, String bundleName, String currentVersion, String previousVersion)
    • startPackage

      protected void startPackage(Object context, boolean mismatch, String name, String shortDelta, String delta, aQute.bnd.version.Version newerVersion, aQute.bnd.version.Version olderVersion, aQute.bnd.version.Version suggestedVersion, org.apache.felix.bundleplugin.baseline.DiffMessage diffMessage, Map<String,String> attributes)
    • startDiff

      protected void startDiff(Object context, int depth, String type, String name, String delta, String shortDelta)
    • endDiff

      protected void endDiff(Object context, int depth)
    • endPackage

      protected void endPackage(Object context)
    • endBaseline

      protected void endBaseline(Object context)
    • execute

      public final void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException
    • execute

      protected void execute(Object context) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
      Throws:
      org.apache.maven.plugin.MojoExecutionException
      org.apache.maven.plugin.MojoFailureException