aboutsummaryrefslogtreecommitdiffstats
path: root/archetype
diff options
context:
space:
mode:
Diffstat (limited to 'archetype')
-rw-r--r--archetype/src/main/resources/archetype-resources/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/archetype/src/main/resources/archetype-resources/pom.xml b/archetype/src/main/resources/archetype-resources/pom.xml
index 60ed057d..3a7f85bd 100644
--- a/archetype/src/main/resources/archetype-resources/pom.xml
+++ b/archetype/src/main/resources/archetype-resources/pom.xml
@@ -98,7 +98,7 @@
<style>${gwt.outputstyle}</style>
<gwtVersion>${gwtversion}</gwtVersion>
<soyc>false</soyc>
- <runTarget>${projectName}/${projectName}Sample.html</runTarget>
+ <runTarget>${projectName}/${projectName}.html</runTarget>
<hostedWebapp>src/main/webapp</hostedWebapp>
</configuration>
<executions>