[seam-commits] Seam SVN: r13029 - modules/faces/trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Jun 3 13:37:41 EDT 2010
Author: pete.muir at jboss.org
Date: 2010-06-03 13:37:40 -0400 (Thu, 03 Jun 2010)
New Revision: 13029
Modified:
modules/faces/trunk/pom.xml
modules/faces/trunk/readme.txt
Log:
trigger distribution builds as part of release process
Modified: modules/faces/trunk/pom.xml
===================================================================
--- modules/faces/trunk/pom.xml 2010-06-03 17:37:12 UTC (rev 13028)
+++ modules/faces/trunk/pom.xml 2010-06-03 17:37:40 UTC (rev 13029)
@@ -158,7 +158,7 @@
<id>distribution</id>
<activation>
<property>
- <name>dist</name>
+ <name>release</name>
</property>
</activation>
<modules>
Modified: modules/faces/trunk/readme.txt
===================================================================
--- modules/faces/trunk/readme.txt 2010-06-03 17:37:12 UTC (rev 13028)
+++ modules/faces/trunk/readme.txt 2010-06-03 17:37:40 UTC (rev 13029)
@@ -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-face-${version}.zip
+* To create the zip distribution, run mvn clean install -Pdistribution - the resulting zip is located in dist/target/seam-face-${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