Maven - Sign

Card Puncher Data Processing

About

When you want to sign the artifact, the POM, and all attached artifacts

Binds by default to the lifecycle phase: verify.

http://maven.apache.org/plugins/maven-gpg-plugin/

Example

<plugin>
	<groupId>org.apache.maven.plugins</groupId>
	<artifactId>maven-gpg-plugin</artifactId>
	<executions>
	  <execution>
		<goals>
		  <goal>sign</goal>
		</goals>
	  </execution>
	</executions>
</plugin>

where;





Discover More
Card Puncher Data Processing
Maven - Verify

Verify is a lifecycle phase to : run any checks to verify the package is valid and meets quality criteria sign



Share this page:
Follow us:
Task Runner