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.AbstractMojo
Signs project main and attached artifacts using the Eclipse jarsigner webservice. Only artifacts with.jar
extension 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 void
execute()
-