You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.txt 591B

12345678910111213141516171819
  1. This is the archetype to create new GwtQuery applications.
  2. - Assuming you have installed maven, compile and install it just running:
  3. $ mvn clean install
  4. - To use the archetype run:
  5. $ mvn archetype:generate -DarchetypeGroupId=com.googlecode.gwtquery \
  6. -DarchetypeArtifactId=gquery-archetype \
  7. -DarchetypeVersion=0.1
  8. -DartifactId=myproject \
  9. -DpluginName=MyProject
  10. - Then change to the folder myplugin and run:
  11. $ mvn clean install
  12. - To run the application just run:
  13. $ mvn gwt:run