Class SignMojo
- java.lang.Object
-
- org.apache.maven.plugin.AbstractMojo
-
- org.eclipse.cbi.maven.plugins.jarsigner.mojo.SignMojo
-
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled,org.apache.maven.plugin.Mojo
@Mojo(name="sign", defaultPhase=PACKAGE) public class SignMojo extends org.apache.maven.plugin.AbstractMojoSigns project main and attached artifacts using the Eclipse jarsigner webservice. Only artifacts with.jarextension are signed, other artifacts are not signed but a warning message is logged.
-
-
Constructor Summary
Constructors Constructor Description SignMojo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute()
-