[jbpm-commits] JBoss JBPM SVN: r2259 - jbpm3/trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Sep 16 00:54:22 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-16 00:54:22 -0400 (Tue, 16 Sep 2008)
New Revision: 2259

Modified:
   jbpm3/trunk/pom.xml
Log:
Fix distro dependency on userguide

Modified: jbpm3/trunk/pom.xml
===================================================================
--- jbpm3/trunk/pom.xml	2008-09-15 22:21:26 UTC (rev 2258)
+++ jbpm3/trunk/pom.xml	2008-09-16 04:54:22 UTC (rev 2259)
@@ -450,6 +450,7 @@
       <id>distro</id>
       <modules>
         <module>modules/distribution</module>
+        <module>modules/userguide</module>
       </modules>
       <build>
         <plugins>
@@ -481,28 +482,6 @@
       </build>
     </profile>
 
-    <!--
-      Name: release
-      Desc: Build the release 
-    -->
-    <profile>
-      <id>release</id>
-      <modules>
-        <module>modules/distribution</module>
-        <module>modules/userguide</module>
-      </modules>
-      <build>
-        <plugins>
-          <plugin>
-            <artifactId>maven-surefire-plugin</artifactId>
-            <configuration>
-              <skipTests>true</skipTests>
-            </configuration>
-          </plugin>
-        </plugins>
-      </build>
-    </profile>
-
     <!-- DATABASE PROFILES ***************************************************************************** -->
 
     <!-- 




More information about the jbpm-commits mailing list