# HG changeset patch # User Jaroslav Tulach # Date 1394453118 -3600 # Node ID 09a95867af5e19a5af4bbe384eb17b9a9cbe89fd # Parent 5ef40158eb9cdb3770f2ba13fa7e61af653e9fc5 Copy the webapp/pages into the final JAR, so xtrnlbrwsr can find them diff -r 5ef40158eb9c -r 09a95867af5e minesweeper/pom.xml --- a/minesweeper/pom.xml Mon Mar 10 12:56:48 2014 +0100 +++ b/minesweeper/pom.xml Mon Mar 10 13:05:18 2014 +0100 @@ -50,6 +50,30 @@ org.apache.maven.plugins + maven-resources-plugin + 2.6 + + + copy-resources + + process-resources + + copy-resources + + + ${basedir}/target/classes/org/apidesign/demo/minesweeper/ + + + src/main/webapp/ + true + + + + + + + + org.apache.maven.plugins maven-jar-plugin 2.4