blob: ae39f801cb01163797ebeb2fdc15b452d9543c07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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
|