|
CreatingNewApplications
Creating gquery applications using the maven gquery-archetype
Featured This page describes how to create a new mavenized gwt-application which uses gQuery, from scratch, and using the gquery-archetype. Steps
mvn archetype:generate -DarchetypeGroupId=com.googlecode.gwtquery \
-DarchetypeArtifactId=gquery-archetype \
-DarchetypeVersion=1.1.3 \
-DgroupId=com.mycompany \
-DartifactId=myproject \
-DprojectName=MyProject
cd myproject/ mvn clean package mvn gwt:run Importing the project in EclipseThe archetype generates a project ready to use in eclipse, but before importing it you have to install the following plugins:
|
► Sign in to add a comment
I recommend use the second option while you are trying import to eclipse (maven project).
It works perfecly!