Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Manolo Carrasco 6939793068 [maven-release-plugin] prepare release gwtquery-project-1.4.3 9 anos atrás
..
src/main/resources Increase snapshot versions. Include archetype module so as we deploy it at the same time than gquery. 10 anos atrás
LICENSE added an archetype to create a gquery application from scratch 14 anos atrás
README.txt added an archetype to create a gquery application from scratch 14 anos atrás
pom.xml [maven-release-plugin] prepare release gwtquery-project-1.4.3 9 anos atrás

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