You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/10/05 23:40:14 UTC

svn commit: r1004819 - /commons/proper/exec/trunk/pom.xml

Author: sebb
Date: Tue Oct  5 21:40:14 2010
New Revision: 1004819

URL: http://svn.apache.org/viewvc?rev=1004819&view=rev
Log:
Document new test-distribution profile

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

Modified: commons/proper/exec/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/exec/trunk/pom.xml?rev=1004819&r1=1004818&r2=1004819&view=diff
==============================================================================
--- commons/proper/exec/trunk/pom.xml (original)
+++ commons/proper/exec/trunk/pom.xml Tue Oct  5 21:40:14 2010
@@ -204,6 +204,8 @@
             </distributionManagement>
         </profile>
         <profile>
+            <!-- Create archives containing stand-alone test cases -->
+            <!-- e.g. mvn assembly:assembly -Ptest-distribution [-DskipTests] -->
             <id>test-distribution</id>
             <build>
                 <plugins>