diff options
author | wangdx <echowdx@gmail.com> | 2014-05-22 15:58:47 +0400 |
---|---|---|
committer | wangdx <echowdx@gmail.com> | 2014-05-22 15:58:47 +0400 |
commit | c0ebc8759d67bdac3c874cea1206ccdab312790c (patch) | |
tree | 3b3ed2d87623d18f96833d7f0d5e0d42fd45418b | |
parent | 6669c616d5ed8b673031d708243da009c6fdeac4 (diff) | |
download | gwtquery-c0ebc8759d67bdac3c874cea1206ccdab312790c.tar.gz gwtquery-c0ebc8759d67bdac3c874cea1206ccdab312790c.zip |
Make samples be able to mvn gwt:run using CLI
-rw-r--r-- | samples/pom.xml | 1 |
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> |