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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to