Package dev.sigstore.plugin
Class SigstoreSignAttachedMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
dev.sigstore.plugin.SigstoreSignAttachedMojo
- All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled
,org.apache.maven.plugin.Mojo
@Mojo(name="sign",
defaultPhase=VERIFY,
threadSafe=true)
public class SigstoreSignAttachedMojo
extends org.apache.maven.plugin.AbstractMojo
Sign project artifact, the POM, and attached artifacts with sigstore for deployment.
-
Field Summary
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.maven.plugin.AbstractMojo
getLog, getPluginContext, setLog, setPluginContext
-
Constructor Details
-
SigstoreSignAttachedMojo
public SigstoreSignAttachedMojo()
-
-
Method Details
-
execute
public void execute() throws org.apache.maven.plugin.MojoExecutionException, org.apache.maven.plugin.MojoFailureException- Throws:
org.apache.maven.plugin.MojoExecutionException
org.apache.maven.plugin.MojoFailureException
-