[seam-commits] Seam SVN: r12541 - modules/jms/trunk.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Tue Apr 20 21:22:21 EDT 2010


Author: jganoff
Date: 2010-04-20 21:22:20 -0400 (Tue, 20 Apr 2010)
New Revision: 12541

Modified:
   modules/jms/trunk/pom.xml
Log:
distribution project built from parent pom only when 'distribution' profile is active

Modified: modules/jms/trunk/pom.xml
===================================================================
--- modules/jms/trunk/pom.xml	2010-04-21 01:06:48 UTC (rev 12540)
+++ modules/jms/trunk/pom.xml	2010-04-21 01:22:20 UTC (rev 12541)
@@ -26,9 +26,18 @@
       <!-- 
 		<module>examples</module>
 		-->
-      <module>dist</module>
    </modules>
 
+   <!-- Only build the distribution if requested explicitly -->
+   <profiles>
+      <profile>
+         <id>distribution</id>
+         <modules>
+            <module>dist</module>
+         </modules>
+      </profile>
+   </profiles>
+   
    <developers>
       <developer>
          <name>Jordan Ganoff</name>



More information about the seam-commits mailing list