Class CheckSignatureMojo
- java.lang.Object
- 
- org.apache.maven.plugin.AbstractMojo
- 
- org.apache.jackrabbit.filevault.maven.packaging.mojo.CheckSignatureMojo
 
 
- 
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled,- org.apache.maven.plugin.Mojo
 
 @Mojo(name="check-signature", defaultPhase=PROCESS_CLASSES, requiresDependencyResolution=COMPILE, threadSafe=true) public class CheckSignatureMojo extends org.apache.maven.plugin.AbstractMojoChecks the embedded libraries against a defined signature. Based on the Animal Sniffer project.
- 
- 
Constructor SummaryConstructors Constructor Description CheckSignatureMojo()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
 
-