aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangdx <echowdx@gmail.com>2014-05-22 15:58:47 +0400
committerwangdx <echowdx@gmail.com>2014-05-22 15:58:47 +0400
commitc0ebc8759d67bdac3c874cea1206ccdab312790c (patch)
tree3b3ed2d87623d18f96833d7f0d5e0d42fd45418b
parent6669c616d5ed8b673031d708243da009c6fdeac4 (diff)
downloadgwtquery-c0ebc8759d67bdac3c874cea1206ccdab312790c.tar.gz
gwtquery-c0ebc8759d67bdac3c874cea1206ccdab312790c.zip
Make samples be able to mvn gwt:run using CLI
-rw-r--r--samples/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/pom.xml b/samples/pom.xml
index c648e28b..222222d9 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -38,6 +38,7 @@
<artifactId>gwt-maven-plugin</artifactId>
<version>${gwtmaven}</version>
<configuration>
+ <runTarget>index.html</runTarget>
<logLevel>${gwt.loglevel}</logLevel>
<style>${gwt.outputstyle}</style>
<gwtVersion>${gwtversion}</gwtVersion>