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/21 04:02:06 UTC

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

Author: kstam
Date: Mon Oct 21 02:02:06 2013
New Revision: 1534018

URL: http://svn.apache.org/r1534018
Log:
JUDDI-663 signing with-dependency-jar during the package 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=1534018&r1=1534017&r2=1534018&view=diff
==============================================================================
--- juddi/trunk/juddi-gui-dsig/pom.xml (original)
+++ juddi/trunk/juddi-gui-dsig/pom.xml Mon Oct 21 02:02:06 2013
@@ -49,10 +49,7 @@
 						</goals>
 						<phase>package</phase>
 						<configuration>
-						    <archiveDirectory>${project.build.directory}</archiveDirectory>
-						    <includes>
-                                <include>*.jar</include>
-                            </includes>
+						  <archive>${project.build.directory}/${artifactId}-${version}-jar-with-dependencies.jar</archive>
 							<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