Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Manolo Carrasco 93e02bc8eb bump gwt version il y a 6 ans
..
src/main/resources bump gwt version il y a 6 ans
LICENSE added an archetype to create a gquery application from scratch il y a 13 ans
README.txt added an archetype to create a gquery application from scratch il y a 13 ans
pom.xml Use GWT 2.8.0 and net.ltgt maven plugin in archetype il y a 7 ans

README.txt



This is the archetype to create new GwtQuery applications.

- Assuming you have installed maven, compile and install it just running:
$ mvn clean install

- To use the archetype run:
$ mvn archetype:generate -DarchetypeGroupId=com.googlecode.gwtquery \
-DarchetypeArtifactId=gquery-archetype \
-DarchetypeVersion=0.1
-DartifactId=myproject \
-DpluginName=MyProject

- Then change to the folder myplugin and run:
$ mvn clean install

- To run the application just run:
$ mvn gwt:run