diff -r 6b553ee385df -r 5a0768a5e095 rt/archetype/pom.xml --- a/rt/archetype/pom.xml Sun Sep 08 11:42:01 2013 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,87 +0,0 @@ - - - 4.0.0 - - rt - org.apidesign.bck2brwsr - 0.8-SNAPSHOT - - org.apidesign.bck2brwsr - bck2brwsr-archetype-html-sample - 0.8-SNAPSHOT - jar - Bck2Brwsr Maven Archetype - - Creates a skeletal HTML page and associated Java controller class. - Runs in any browser (even without Java plugin) with the help of 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}/bck2brwsr-archetype-html-sample-${project.version}.jar - - false - - - - - - - - - - org.testng - testng - test - - -