diff --git a/scm-clients/scm-client-impl/pom.xml b/scm-clients/scm-client-impl/pom.xml index 8a5001d585..cdcb25501f 100644 --- a/scm-clients/scm-client-impl/pom.xml +++ b/scm-clients/scm-client-impl/pom.xml @@ -37,5 +37,110 @@ + + + + + + it + + + + + + org.apache.maven.plugins + maven-dependency-plugin + 2.1 + + + package + + copy + + + + + sonia.scm + scm-webapp + 1.2 + war + ${project.build.directory}/webapp + scm-webapp.war + + + + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.7.1 + + + integration-test + + integration-test + + + + verify + + verify + + + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.26 + + 8005 + STOP + + + scm.home + target/scm-it + + + + + 8081 + 60000 + + + ${project.build.directory}/webapp/scm-webapp.war + ${project.build.javaLevel} + ${project.build.javaLevel} + ${project.build.sourceEncoding} + 0 + true + + + + start-jetty + pre-integration-test + + deploy-war + + + + stop-jetty + post-integration-test + + stop + + + + + + + + + + \ No newline at end of file