[seam-commits] Seam SVN: r12756 - modules/jms/trunk.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed May 19 14:18:17 EDT 2010
Author: pete.muir at jboss.org
Date: 2010-05-19 14:18:17 -0400 (Wed, 19 May 2010)
New Revision: 12756
Modified:
modules/jms/trunk/pom.xml
Log:
Use -Drelease to trigger docs and distribution build
Modified: modules/jms/trunk/pom.xml
===================================================================
--- modules/jms/trunk/pom.xml 2010-05-19 01:13:39 UTC (rev 12755)
+++ modules/jms/trunk/pom.xml 2010-05-19 18:18:17 UTC (rev 12756)
@@ -37,12 +37,27 @@
<!-- Only build the distribution if requested explicitly -->
<profiles>
<profile>
- <id>distribution</id>
+ <id>dist</id>
+ <activation>
+ <property>
+ <name>release</name>
+ </property>
+ </activation>
<modules>
- <module>docs/reference</module>
<module>dist</module>
</modules>
</profile>
+ <profile>
+ <id>docs</id>
+ <activation>
+ <property>
+ <name>release</name>
+ </property>
+ </activation>
+ <modules>
+ <module>docs/reference</module>
+ </modules>
+ </profile>
<profile>
<id>code-coverage</id>
<build>
More information about the seam-commits
mailing list