@Mojo(name="baseline",
threadSafe=true,
requiresDependencyResolution=TEST)
@Execute(phase=VERIFY)
public final class BaselinePlugin
extends org.apache.maven.plugin.AbstractMojo
Modifier and Type | Field and Description |
---|---|
protected String |
comparisonClassifier
Classifier for the artifact to compare the current code against.
|
protected String |
comparisonVersion
Version to compare the current code against.
|
protected org.apache.maven.artifact.factory.ArtifactFactory |
factory |
protected boolean |
failOnError
Whether to fail on errors.
|
protected boolean |
failOnWarning
Whether to fail on warnings.
|
protected org.apache.maven.project.MavenProject |
project |
protected org.apache.maven.artifact.resolver.ArtifactResolver |
resolver |
protected org.apache.maven.execution.MavenSession |
session |
protected boolean |
skip
Flag to easily skip execution.
|
protected List<String> |
supportedProjectTypes
Project types which this plugin supports.
|
Constructor and Description |
---|
BaselinePlugin() |
Modifier and Type | Method and Description |
---|---|
protected void |
close(Object writer) |
protected void |
endBaseline(Object context) |
protected void |
endDiff(Object context,
int depth) |
protected void |
endPackage(Object context) |
void |
execute() |
protected void |
execute(Object context) |
protected Object |
init(Object noContext) |
protected void |
startBaseline(Object context,
String generationDate,
String bundleName,
String currentVersion,
String previousVersion) |
protected void |
startDiff(Object context,
int depth,
String type,
String name,
String delta,
String shortDelta) |
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) |
@Parameter(property="baseline.skip", defaultValue="false") protected boolean skip
@Parameter(property="baseline.failOnError", defaultValue="true") protected boolean failOnError
@Parameter(property="baseline.failOnWarning", defaultValue="false") protected boolean failOnWarning
@Parameter(defaultValue="${project}", readonly=true, required=true) protected org.apache.maven.project.MavenProject project
@Parameter(defaultValue="${session}", readonly=true, required=true) protected org.apache.maven.execution.MavenSession session
@Component protected org.apache.maven.artifact.resolver.ArtifactResolver resolver
@Component protected org.apache.maven.artifact.factory.ArtifactFactory factory
@Parameter(defaultValue="(,${project.version})", property="comparisonVersion") protected String comparisonVersion
@Parameter(property="comparisonClassifier") protected String comparisonClassifier
protected void close(Object writer)
protected void startBaseline(Object context, String generationDate, String bundleName, String currentVersion, String previousVersion)
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)
protected void startDiff(Object context, int depth, String type, String name, String delta, String shortDelta)
protected void endDiff(Object context, int depth)
protected void endPackage(Object context)
protected void endBaseline(Object context)
public final void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
protected void execute(Object context) throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.