ko/archetype/src/main/resources/archetype-resources/pom.xml
changeset 1273 37ad459579bc
parent 1237 558604864a1b
child 1274 c4f83529954d
     1.1 --- a/ko/archetype/src/main/resources/archetype-resources/pom.xml	Fri Jun 28 11:57:46 2013 +0200
     1.2 +++ b/ko/archetype/src/main/resources/archetype-resources/pom.xml	Mon Sep 09 17:34:30 2013 +0200
     1.3 @@ -42,7 +42,7 @@
     1.4      <bck2brwsr.version>${project.version}</bck2brwsr.version>
     1.5      <bck2brwsr.launcher.version>${project.version}</bck2brwsr.launcher.version>
     1.6      <bck2brwsr.obfuscationlevel>MINIMAL</bck2brwsr.obfuscationlevel>
     1.7 -    <brwsr.startpage>\${package.replace('.','/')}/index.html</brwsr.startpage>
     1.8 +    <brwsr.startpage>pages/index.html</brwsr.startpage>
     1.9    </properties>
    1.10    <build>
    1.11        <plugins>
    1.12 @@ -58,8 +58,9 @@
    1.13                    </execution>
    1.14                </executions>
    1.15                <configuration>
    1.16 -                  <startpage>\${brwsr.startpage}</startpage>
    1.17 -                  <launcher>\${brwsr}</launcher>
    1.18 +                  <directory>\${basedir}/src/main/webapp/</directory>
    1.19 +                  <startpage>${brwsr.startpage}</startpage>
    1.20 +                  <launcher>${brwsr}</launcher>
    1.21                </configuration>
    1.22            </plugin>
    1.23            <plugin>