diff options
author | Manolo Carrasco <manolo@apache.org> | 2010-05-01 09:01:13 +0000 |
---|---|---|
committer | Manolo Carrasco <manolo@apache.org> | 2010-05-01 09:01:13 +0000 |
commit | 04502b8d89b5caea217e6961ba09fed019f28dc2 (patch) | |
tree | ceb14fceec9bd9369f9edd8c3799c575605bd291 /samples | |
parent | 9ed21a4ad75240a3839e7a836e5ceb8118bfb7d4 (diff) | |
download | gwtquery-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.xml | 6 |
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> |