diff -r 000000000000 -r b6fd8b9ccc7a ko-archetype/pom.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ko-archetype/pom.xml Mon May 13 11:39:33 2013 +0200 @@ -0,0 +1,88 @@ + + + 4.0.0 + + html + org.apidesign + 0.3-SNAPSHOT + + org.apidesign.html + knockout4j-archetype + 0.3-SNAPSHOT + jar + Knockout 4 Java Maven Archetype + + HTML page with Knockout.js bindings driven by application model + written in Java. Use your favorite language to code. Use + HTML as a lightweight rendering toolkit. Deploy using JavaFX or + bck2brwsr virtual machine. + + + + + src/main/resources + true + + **/pom.xml + + + + src/main/resources + false + + **/pom.xml + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + + + org.apache.maven.plugins + maven-resources-plugin + 2.6 + + \ + 1.6 + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + test + + test + + integration-test + + + ${project.build.directory}/knockout4j-archetype-${project.version}.jar + + false + + + + + + + + + + org.testng + testng + test + + +