Also needs to refer to webapp page root ios
authorJaroslav Tulach <jtulach@netbeans.org>
Fri, 26 Jul 2013 13:45:41 +0200
branchios
changeset 211c22d75b6d02b
parent 210 436229af42c7
child 221 e639cac7a037
Also needs to refer to webapp page root
ko-archetype/src/main/resources/archetype-resources/pom.xml
     1.1 --- a/ko-archetype/src/main/resources/archetype-resources/pom.xml	Fri Jul 26 13:22:50 2013 +0200
     1.2 +++ b/ko-archetype/src/main/resources/archetype-resources/pom.xml	Fri Jul 26 13:45:41 2013 +0200
     1.3 @@ -155,7 +155,7 @@
     1.4                            <jarfile>\${project.build.directory}/\${project.build.finalName}.jar</jarfile>
     1.5                            <title>\${project.name}</title>
     1.6                            <mainclass>\${package}.Main</mainclass>
     1.7 -                          <resourcesDir>src/main/web/</resourcesDir>
     1.8 +                          <resourcesDir>src/main/webapp/</resourcesDir>
     1.9                        </configuration>
    1.10                    </plugin>
    1.11                    <plugin>