You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/04/06 00:06:30 UTC

svn commit: r1089265 - /commons/proper/discovery/trunk/pom.xml

Author: simonetripodi
Date: Tue Apr  5 22:06:30 2011
New Revision: 1089265

URL: http://svn.apache.org/viewvc?rev=1089265&view=rev
Log:
fixed tar.gz/.zip packages creation during package phase

Modified:
    commons/proper/discovery/trunk/pom.xml

Modified: commons/proper/discovery/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/pom.xml?rev=1089265&r1=1089264&r2=1089265&view=diff
==============================================================================
--- commons/proper/discovery/trunk/pom.xml (original)
+++ commons/proper/discovery/trunk/pom.xml Tue Apr  5 22:06:30 2011
@@ -161,6 +161,14 @@
         </plugin>
         <plugin>
           <artifactId>maven-assembly-plugin</artifactId>
+          <executions>
+            <execution>
+              <phase>package</phase>
+              <goals>
+                <goal>single</goal>
+              </goals>
+            </execution>
+          </executions>
           <configuration>
             <descriptors>
               <descriptor>src/assembly/bin.xml</descriptor>