diff -r 40fc213a7f43 -r 90be53f96e0c webidor/pom.xml --- a/webidor/pom.xml Fri Apr 15 21:18:29 2011 +0200 +++ b/webidor/pom.xml Sun Jul 17 15:40:50 2011 +0200 @@ -8,116 +8,128 @@ cz.xelfi.quoridor 1.0 + cz.xelfi.quoridor webidor - jar + war ${webidorVersion} webidor server http://maven.apache.org - - - junit - junit - 4.5 - test - - - com.sun.jersey - jersey-core - ${jerseyVersion} - - - com.sun.jersey - jersey-grizzly2 - ${jerseyVersion} - - - com.sun.jersey - jersey-json - ${jerseyVersion} - jar - - - jaxb-api - javax.xml.bind - - - stax-api - stax - - - - - com.sun.jersey.jersey-test-framework - jersey-test-framework-http - ${jerseyVersion} - test - - - cz.xelfi.quoridor - quoridor - ${quoridorVersion} - jar - - - ${project.groupId} - wsdor - ${wsdorVersion} - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.0.2 - - 1.5 - 1.5 - - - - org.codehaus.mojo - exec-maven-plugin - - cz.xelfi.quoridor.webidor.resources.Quoridor - - - - maven-assembly-plugin - 2.2-beta-2 - - - create-executable-jar - package - - single - - - - all-zip.xml - - webidor-${version} - - - - - - org.apache.maven.plugins - maven-jar-plugin - - - - true - lib/ - cz.xelfi.quoridor.webidor.resources.Quoridor - - - - - - - Server with REST API for playing, inspecting and managing Quoridor games. + + ${project.build.directory}/endorsed + UTF-8 + gfv3ee6 + + + + + javax + javaee-web-api + 6.0 + provided + + + + junit + junit + 4.8.2 + test + + + com.sun.jersey + jersey-json + ${jerseyVersion} + jar + + + jaxb-api + javax.xml.bind + + + stax-api + stax + + + jersey-core + com.sun.jersey + + + + + com.sun.jersey.jersey-test-framework + jersey-test-framework-http + ${jerseyVersion} + test + + + ${project.groupId} + wsdor + ${wsdorVersion} + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.3.2 + + 1.6 + 1.6 + + ${endorsed.dir} + + + + + org.apache.maven.plugins + maven-war-plugin + 2.1.1 + + false + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.1 + + + validate + + copy + + + ${endorsed.dir} + true + + + javax + javaee-endorsed-api + 6.0 + jar + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.9 + + true + + + + + + + http://download.java.net/maven/2/ + restlib + default + Repository for library Library[restlib] + + - - -