Index: deploy/jbossas/modeshape-jbossas-web-rest-war/pom.xml =================================================================== --- deploy/jbossas/modeshape-jbossas-web-rest-war/pom.xml (revision 2464) +++ deploy/jbossas/modeshape-jbossas-web-rest-war/pom.xml (working copy) @@ -99,12 +99,19 @@ + + ${cargo.container} + + ${project.build.directory}/tmp + + low dnauser:password:connect,readwrite|unauthorized:password:bogus - 8090 + 8090 + ${project.build.directory}/cargo false Index: deploy/jbossas/modeshape-jbossas-web-webdav-war/pom.xml =================================================================== --- deploy/jbossas/modeshape-jbossas-web-webdav-war/pom.xml (revision 2464) +++ deploy/jbossas/modeshape-jbossas-web-webdav-war/pom.xml (working copy) @@ -90,13 +90,21 @@ + + ${cargo.container} + + ${project.build.directory}/tmp + + - -XX:PermSize=128m -XX:MaxPermSize=512 -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled low dnauser:password:connect,readwrite|unauthorized:password:bogus - 8090 + -XX:PermSize=128m -XX:MaxPermSize=512 -XX:+UseConcMarkSweepGC -XX:+CMSPermGenSweepingEnabled -XX:+CMSClassUnloadingEnabled + low + 8090 + ${project.build.directory}/cargo false Index: web/modeshape-web-jcr-rest-client/pom.xml =================================================================== --- web/modeshape-web-jcr-rest-client/pom.xml (revision 2464) +++ web/modeshape-web-jcr-rest-client/pom.xml (working copy) @@ -337,6 +337,9 @@ ${cargo.container} + + ${project.build.directory}/tmp + @@ -346,7 +349,7 @@ 8180 - target/cargo + ${project.build.directory}/cargo Index: web/modeshape-web-jcr-rest-war/pom.xml =================================================================== --- web/modeshape-web-jcr-rest-war/pom.xml (revision 2464) +++ web/modeshape-web-jcr-rest-war/pom.xml (working copy) @@ -76,6 +76,9 @@ ${cargo.container} + + ${project.build.directory}/tmp + @@ -84,7 +87,7 @@ dnauser:password:connect,readwrite|unauthorized:password:bogus 8090 - target/cargo + ${project.build.directory}/cargo false Index: web/modeshape-web-jcr-webdav-war/pom.xml =================================================================== --- web/modeshape-web-jcr-webdav-war/pom.xml (revision 2464) +++ web/modeshape-web-jcr-webdav-war/pom.xml (working copy) @@ -64,6 +64,9 @@ ${cargo.container} + + ${project.build.directory}/tmp + @@ -72,7 +75,7 @@ dnauser:password:connect,readwrite|unauthorized:password:bogus 8090 - target/cargo + ${project.build.directory}/cargo false