]> source.dussan.org Git - gwtquery.git/commitdiff
Make samples be able to mvn gwt:run using CLI
authorwangdx <echowdx@gmail.com>
Thu, 22 May 2014 11:58:47 +0000 (15:58 +0400)
committerwangdx <echowdx@gmail.com>
Thu, 22 May 2014 11:58:47 +0000 (15:58 +0400)
samples/pom.xml

index c648e28b76b8068febb2c193bfb95ff06fc06f9f..222222d9a2b155b7b7d36d63ed818cae63f9053a 100644 (file)
@@ -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>