[jbpm-commits] JBoss JBPM SVN: r2308 - jbpm3/trunk/modules/gwt-console/war.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Sep 23 03:50:56 EDT 2008


Author: heiko.braun at jboss.com
Date: 2008-09-23 03:50:56 -0400 (Tue, 23 Sep 2008)
New Revision: 2308

Modified:
   jbpm3/trunk/modules/gwt-console/war/pom.xml
Log:
Avoid double gwt:compile execution

Modified: jbpm3/trunk/modules/gwt-console/war/pom.xml
===================================================================
--- jbpm3/trunk/modules/gwt-console/war/pom.xml	2008-09-22 14:04:07 UTC (rev 2307)
+++ jbpm3/trunk/modules/gwt-console/war/pom.xml	2008-09-23 07:50:56 UTC (rev 2308)
@@ -76,14 +76,7 @@
             </configuration>
             <executions>
                <execution>
-                  <id>compile</id>
-                  <phase>process-classes</phase>
                   <goals>
-                     <goal>compile</goal>
-                  </goals>
-               </execution>
-               <execution>
-                  <goals>
                      <goal>mergewebxml</goal>
                      <goal>compile</goal>
                      <goal>gwt</goal>
@@ -97,7 +90,7 @@
                (this is a replacement for the old "automatic" mode - useful if you
                don't have GWT installed already, or you just want a maven way to
                handle gwt deps)
-            -->        
+            -->
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-dependency-plugin</artifactId>
@@ -127,7 +120,7 @@
          <!--
                If you want to use the target/web.xml file mergewebxml produces,
                tell the war plugin to use it
-            -->         
+            -->
          <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-war-plugin</artifactId>




More information about the jbpm-commits mailing list