mojo/src/main/resources/archetype-resources/pom.xml
changeset 422 8e0818ad6c4d
parent 421 0236ad6ab4d2
child 528 08cd5a0c967e
     1.1 --- a/mojo/src/main/resources/archetype-resources/pom.xml	Wed Jan 09 20:55:26 2013 +0100
     1.2 +++ b/mojo/src/main/resources/archetype-resources/pom.xml	Thu Jan 10 10:05:17 2013 +0100
     1.3 @@ -27,8 +27,7 @@
     1.4                      </execution>
     1.5                  </executions>
     1.6                  <configuration>
     1.7 -                    <startpackage>${package}</startpackage>
     1.8 -                    <startpage>index.xhtml</startpage>
     1.9 +                    <startpage>${package.replace('.','/')}/index.xhtml</startpage>
    1.10                  </configuration>
    1.11              </plugin>
    1.12           <plugin>