[ 
https://issues.apache.org/jira/browse/TUSCANY-1489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Luciano Resende resolved TUSCANY-1489.
--------------------------------------

    Resolution: Won't Fix

This can be done in a more flexible way trough command lines, see :
   http://cwiki.apache.org/confluence/display/TUSCANY/Making+releases

> 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.

Reply via email to