org.scijava.maven.plugin
Class VerifyNoSnapshotsMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.scijava.maven.plugin.VerifyNoSnapshotsMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo
public class VerifyNoSnapshotsMojo
- extends org.apache.maven.plugin.AbstractMojo
Mojo wrapper for the SnapshotFinder.
Parameters:
- failEarly - end execution after first failure (default: false)
- verbose - prints full inheritance paths to all failures (default: false)
- groupIds - an inclusive list of groupIds. Errors will only be reported
for projects whose groupIds are contained this list. (default: empty - all
groupIds considered)
- groupId - Singular groupIds option. Will be appended to groupIds if both
are specified.
| Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
|
Method Summary |
void |
execute()
Entry point for mojo execution |
| 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 |
VerifyNoSnapshotsMojo
public VerifyNoSnapshotsMojo()
execute
public void execute()
throws org.apache.maven.plugin.MojoExecutionException,
org.apache.maven.plugin.MojoFailureException
- Entry point for mojo execution
- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
Copyright © 2014 SciJava. All rights reserved.