[seam-commits] Seam SVN: r13031 - modules/remoting/trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Jun 3 13:38:10 EDT 2010
Author: pete.muir at jboss.org
Date: 2010-06-03 13:38:09 -0400 (Thu, 03 Jun 2010)
New Revision: 13031
Modified:
modules/remoting/trunk/pom.xml
modules/remoting/trunk/readme.txt
Log:
trigger distribution builds as part of release process
Modified: modules/remoting/trunk/pom.xml
===================================================================
--- modules/remoting/trunk/pom.xml 2010-06-03 17:37:57 UTC (rev 13030)
+++ modules/remoting/trunk/pom.xml 2010-06-03 17:38:09 UTC (rev 13031)
@@ -54,7 +54,7 @@
<id>distribution</id>
<activation>
<property>
- <name>dist</name>
+ <name>release</name>
</property>
</activation>
<modules>
Modified: modules/remoting/trunk/readme.txt
===================================================================
--- modules/remoting/trunk/readme.txt 2010-06-03 17:37:57 UTC (rev 13030)
+++ modules/remoting/trunk/readme.txt 2010-06-03 17:38:09 UTC (rev 13031)
@@ -2,5 +2,5 @@
--------
* Run mvn clean install
-* To create the zip distribution, run mvn clean install -Ddist - the resulting zip is located in dist/target/seam-remoting-${version}.zip
+* To create the zip distribution, run mvn clean install -Pdistribution - the resulting zip is located in dist/target/seam-remoting-${version}.zip
* The readme.txt placed in the distribution is not this one, see dist/src/main/assembly/readme.txt
More information about the seam-commits
mailing list