Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Manolo Carrasco 93e02bc8eb bump gwt version vor 6 Jahren
..
src/main/resources bump gwt version vor 6 Jahren
LICENSE added an archetype to create a gquery application from scratch vor 13 Jahren
README.txt added an archetype to create a gquery application from scratch vor 13 Jahren
pom.xml Use GWT 2.8.0 and net.ltgt maven plugin in archetype vor 7 Jahren

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