aboutsummaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorManolo Carrasco <manolo@apache.org>2010-05-01 09:01:13 +0000
committerManolo Carrasco <manolo@apache.org>2010-05-01 09:01:13 +0000
commit04502b8d89b5caea217e6961ba09fed019f28dc2 (patch)
treeceb14fceec9bd9369f9edd8c3799c575605bd291 /samples
parent9ed21a4ad75240a3839e7a836e5ceb8118bfb7d4 (diff)
downloadgwtquery-04502b8d89b5caea217e6961ba09fed019f28dc2.tar.gz
gwtquery-04502b8d89b5caea217e6961ba09fed019f28dc2.zip
maven configuration changes: use gwt-2.0.3, latest gwt-maven-plugin, added new developer
Diffstat (limited to 'samples')
-rw-r--r--samples/pom.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/samples/pom.xml b/samples/pom.xml
index e0c94656..18af3fa7 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -10,13 +10,14 @@
<name>GwtQuery Samples</name>
<artifactId>gwtquery-samples</artifactId>
- <packaging>jar</packaging>
+ <packaging>war</packaging>
<dependencies>
<dependency>
<groupId>${groupId}</groupId>
<artifactId>gwtquery</artifactId>
<version>${version}</version>
<type>jar</type>
+ <scope>provided</scope>
</dependency>
<dependency>
@@ -24,6 +25,7 @@
<artifactId>gwtquery-plugins</artifactId>
<version>${version}</version>
<type>jar</type>
+ <scope>provided</scope>
</dependency>
</dependencies>
<build>
@@ -31,7 +33,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
- <version>1.1</version>
<configuration>
<logLevel>${gwt.loglevel}</logLevel>
<style>${gwt.outputstyle}</style>
@@ -59,6 +60,7 @@
</configuration>
<executions>
<execution>
+ <phase>prepare-package</phase>
<goals>
<goal>compile</goal>
</goals>