You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by ks...@apache.org on 2013/10/20 23:13:32 UTC

svn commit: r1533985 - /juddi/trunk/juddi-gui-dsig/pom.xml

Author: kstam
Date: Sun Oct 20 21:13:31 2013
New Revision: 1533985

URL: http://svn.apache.org/r1533985
Log:
JUDDI-663 signing all jars during the verify phase

Modified:
    juddi/trunk/juddi-gui-dsig/pom.xml

Modified: juddi/trunk/juddi-gui-dsig/pom.xml
URL: http://svn.apache.org/viewvc/juddi/trunk/juddi-gui-dsig/pom.xml?rev=1533985&r1=1533984&r2=1533985&view=diff
==============================================================================
--- juddi/trunk/juddi-gui-dsig/pom.xml (original)
+++ juddi/trunk/juddi-gui-dsig/pom.xml Sun Oct 20 21:13:31 2013
@@ -30,8 +30,12 @@
 						<goals>
 							<goal>sign</goal>
 						</goals>
-						<phase>package</phase>
+						<phase>verify</phase>
 						<configuration>
+						    <archiveDirectory>${project.build.directory}</archiveDirectory>
+						    <includes>
+                                <include>*.jar</include>
+                            </includes>
 							<keystore>src/main/keystore/signing-jar.keystore</keystore>
 							<alias>applet</alias>
 							<storepass>applet</storepass>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org