[jbpm-commits] JBoss JBPM SVN: r3273 - projects/gwt-console/trunk/war.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Dec 8 11:04:25 EST 2008


Author: heiko.braun at jboss.com
Date: 2008-12-08 11:04:25 -0500 (Mon, 08 Dec 2008)
New Revision: 3273

Modified:
   projects/gwt-console/trunk/war/README.txt
   projects/gwt-console/trunk/war/pom.xml
Log:
Updte readme regarding the codehaus mojo fuckup

Modified: projects/gwt-console/trunk/war/README.txt
===================================================================
--- projects/gwt-console/trunk/war/README.txt	2008-12-08 14:38:05 UTC (rev 3272)
+++ projects/gwt-console/trunk/war/README.txt	2008-12-08 16:04:25 UTC (rev 3273)
@@ -1,7 +1,8 @@
 Running in hosted mode:
 ----------------------
 
-mvn compile gwt:gwt
+mvn compile gwt:gwt (doesn't work anymore, because the plugins get merged)
+IMPORTANT: http://code.google.com/p/gwt-maven/wiki/M2FAQ
 
 When the hosted browser is started, simple hit the 'refresh' button to recompile
 and verfiy changes.

Modified: projects/gwt-console/trunk/war/pom.xml
===================================================================
--- projects/gwt-console/trunk/war/pom.xml	2008-12-08 14:38:05 UTC (rev 3272)
+++ projects/gwt-console/trunk/war/pom.xml	2008-12-08 16:04:25 UTC (rev 3273)
@@ -14,6 +14,10 @@
       <relativePath>../pom.xml</relativePath>
    </parent>
 
+   <properties>
+      <gwt-maven.version>2.0-beta24</gwt-maven.version>
+   </properties>
+   
    <!--  Dependencies -->
    <dependencies>
 
@@ -82,10 +86,12 @@
          <plugin>
             <groupId>com.totsp.gwt</groupId>
             <artifactId>maven-googlewebtoolkit2-plugin</artifactId>
-            <version>2.0-beta24</version>
+            <version>${gwt-maven.version}</version>
             <configuration>
                <logLevel>INFO</logLevel>
-               <compileTargets><value>org.jboss.bpm.console.Application</value></compileTargets>
+               <compileTargets>
+                  <value>org.jboss.bpm.console.Application</value>
+               </compileTargets>
                <runTarget>org.jboss.bpm.console.Application/Application.html</runTarget>
                <style>DETAILED</style>
                <noServer>false</noServer>
@@ -206,13 +212,14 @@
          </activation>
       </profile>
 
-      <profile>
+      <!--profile>
          <id>alltests</id>
          <build>
          <plugins>
             <plugin>
                <groupId>com.totsp.gwt</groupId>
                <artifactId>maven-googlewebtoolkit2-plugin</artifactId>
+               <version>${gwt-maven.version}</version>
                <executions>
                   <execution>
                      <goals>
@@ -226,6 +233,6 @@
             </plugin>
          </plugins>
          </build>
-      </profile>
+      </profile-->
    </profiles>
 </project>




More information about the jbpm-commits mailing list