<artifactId>gquery-archetype</artifactId>
<version>0.4-SNAPSHOT</version>
<packaging>maven-archetype</packaging>
- <name>This archetype generates a Gwt project with GwtQuery</name>
+ <name>GwtQuery Archetype</name>
+ <description>This archetype generates a Gwt-2.2.0 project with all set to use GwtQuery and its plugins</description>
+
<parent>
<groupId>org.sonatype.oss</groupId>
<maven.compiler.source>1.5</maven.compiler.source>\r
<maven.compiler.target>1.5</maven.compiler.target>\r
<gQueryVersion>1.0.0-SNAPSHOT</gQueryVersion>\r
- <gwtversion>2.1.0</gwtversion>\r
+ <gwtversion>2.2.0</gwtversion>\r
+ <gwtmaven>2.1.0-1</gwtmaven>\r
</properties>\r
\r
<repositories>\r
<id>central</id>\r
<url>http://repo1.maven.org/maven2</url>\r
</repository>\r
+ <repository>\r
+ <id>gwtquery-plugins</id>\r
+ <url>http://gwtquery-plugins.googlecode.com/svn/mavenrepo</url>\r
+ </repository>\r
<repository>\r
<id>sonatype</id>\r
<url>http://oss.sonatype.org/content/repositories/snapshots</url>\r
<groupId>com.google.gwt</groupId>\r
<artifactId>gwt-dev</artifactId>\r
<version>${gwtversion}</version>\r
- <scope>test</scope>\r
+ <scope>provided</scope>\r
</dependency>\r
<dependency>\r
<groupId>com.google.gwt</groupId>\r
<groupId>com.googlecode.gwtquery</groupId>\r
<artifactId>gwtquery</artifactId>\r
<version>${gQueryVersion}</version>\r
+ <!-- Put 2.2.0 for gwt-2.2.0 or leave empty for 2.1.x -->\r
+ <classifier>2.2.0</classifier>\r
<scope>provided</scope>\r
</dependency>\r
</dependencies>\r
<plugin>\r
<groupId>org.codehaus.mojo</groupId>\r
<artifactId>gwt-maven-plugin</artifactId>\r
- <version>${gwtversion}</version>\r
+ <version>${gwtmaven}</version>\r
<configuration>\r
<logLevel>${gwt.loglevel}</logLevel>\r
<style>${gwt.outputstyle}</style>\r