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>