You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gr...@apache.org on 2013/10/14 11:04:08 UTC

svn commit: r1531820 - /logging/log4j/companions/extras/trunk/pom.xml

Author: grobmeier
Date: Mon Oct 14 09:04:08 2013
New Revision: 1531820

URL: http://svn.apache.org/r1531820
Log:
attach assembly plugin explicitly to package phase

Modified:
    logging/log4j/companions/extras/trunk/pom.xml

Modified: logging/log4j/companions/extras/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/companions/extras/trunk/pom.xml?rev=1531820&r1=1531819&r2=1531820&view=diff
==============================================================================
--- logging/log4j/companions/extras/trunk/pom.xml (original)
+++ logging/log4j/companions/extras/trunk/pom.xml Mon Oct 14 09:04:08 2013
@@ -254,6 +254,15 @@
           <descriptor>src/main/assembly/bin.xml</descriptor>
           <descriptor>src/main/assembly/src.xml</descriptor>
         </configuration>
+        <executions>
+          <execution>
+            <id>make-assembly</id>
+            <phase>package</phase>
+            <goals>
+              <goal>single</goal>
+            </goals>
+          </execution>
+        </executions>
       </plugin>
     </plugins>
   </build>