[jbpm-commits] JBoss JBPM SVN: r3324 - in projects/gwt-console/trunk: war and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Dec 10 15:44:16 EST 2008


Author: heiko.braun at jboss.com
Date: 2008-12-10 15:44:16 -0500 (Wed, 10 Dec 2008)
New Revision: 3324

Modified:
   projects/gwt-console/trunk/README.txt
   projects/gwt-console/trunk/war/README.txt
Log:
Update docs on plugin usage

Modified: projects/gwt-console/trunk/README.txt
===================================================================
--- projects/gwt-console/trunk/README.txt	2008-12-10 20:36:20 UTC (rev 3323)
+++ projects/gwt-console/trunk/README.txt	2008-12-10 20:44:16 UTC (rev 3324)
@@ -23,10 +23,10 @@
 3) Boot the AS and start the gwt console in hosted mode
 
 	cd war
-	mvn gwt:gwt
+	mvn com.totsp.gwt:maven-googlewebtoolkit2-plugin:gwt
 
 	// optionally
-	mvn gwt:debug
+	mvn com.totsp.gwt:maven-googlewebtoolkit2-plugin:debug
 
 Troubleshooting
 ---------------

Modified: projects/gwt-console/trunk/war/README.txt
===================================================================
--- projects/gwt-console/trunk/war/README.txt	2008-12-10 20:36:20 UTC (rev 3323)
+++ projects/gwt-console/trunk/war/README.txt	2008-12-10 20:44:16 UTC (rev 3324)
@@ -1,8 +1,10 @@
 Running in hosted mode:
 ----------------------
 
-mvn compile gwt:gwt (doesn't work anymore, because the plugins get merged)
-IMPORTANT: http://code.google.com/p/gwt-maven/wiki/M2FAQ
+IMPORTANT:
+'mvn compile gwt:gwt' doesn't work anymore, until the plugins are merged.
+use 'mvn com.totsp.gwt:maven-googlewebtoolkit2-plugin:gwt' instead.
+(See 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.




More information about the jbpm-commits mailing list