You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Luciano Resende (JIRA)" <tu...@ws.apache.org> on 2008/05/25 19:53:55 UTC

[jira] Resolved: (TUSCANY-1489) Incorporate artifact signing when building distribution or deploying artifacts

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