Incorporate artifact signing when building distribution or deploying artifacts
------------------------------------------------------------------------------
Key: TUSCANY-1489
URL: https://issues.apache.org/jira/browse/TUSCANY-1489
Project: Tuscany
Issue Type: Bug
Components: Java DAS RDB
Affects Versions: Java-DAS-Next
Reporter: Luciano Resende
Assignee: Luciano Resende
Fix For: Java-DAS-Next
By adding this to the DAS pom, we could enhance release creation. This plugin
works together with HPH and sign all artifacts being built or deployed.
<!-- We want to sign the artifact, the POM, and all attached artifacts -->
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.0-alpha-3</version>
<!--
<configuration>
<passphrase>${gpg.passphrase}</passphrase>
</configuration>
-->
<executions>
<execution>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]