From: Wendy Smoak Date: Mon, 4 Jun 2007 00:56:05 +0000 (+0000) Subject: Remove Cargo config from the webapp, see archiva-webapp-test. X-Git-Tag: archiva-1.0-alpha-2~52 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fe86f88baf5bf726f401e53e9833d4b635e95261;p=archiva.git Remove Cargo config from the webapp, see archiva-webapp-test. Introduce a profile for the webapp tests, and fix version numbers. git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@544022 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/archiva-web/archiva-webapp-test/pom.xml b/archiva-web/archiva-webapp-test/pom.xml index 3fe98209d..0a4d9cd1f 100644 --- a/archiva-web/archiva-webapp-test/pom.xml +++ b/archiva-web/archiva-webapp-test/pom.xml @@ -24,7 +24,7 @@ org.apache.maven.archiva archiva-web - 1.0-alpha-1-SNAPSHOT + 1.0-alpha-2-SNAPSHOT archiva-webapp-test pom @@ -42,6 +42,7 @@ org.apache.maven.shared maven-web-ui-tests + 1.0-SNAPSHOT test diff --git a/archiva-web/archiva-webapp/pom.xml b/archiva-web/archiva-webapp/pom.xml index 8dd6b7c6c..e13fd8d59 100644 --- a/archiva-web/archiva-webapp/pom.xml +++ b/archiva-web/archiva-webapp/pom.xml @@ -397,26 +397,6 @@ - - - org.codehaus.cargo - cargo-maven2-plugin - 0.3.1 - - - tomcat5x - ${cargo.tomcat5x.home} - ${project.build.directory}/tomcat5x.log - ${project.build.directory}/tomcat5x.out - - - ${project.build.directory}/tomcat5x - - -Xdebug -Xrunjdwp:server=y,transport=dt_socket,address=8000,suspend=n - - - - diff --git a/archiva-web/pom.xml b/archiva-web/pom.xml index 8a3df3052..75286d184 100644 --- a/archiva-web/pom.xml +++ b/archiva-web/pom.xml @@ -34,4 +34,13 @@ archiva-webapp archiva-standalone + + + + webapp-test + + archiva-webapp-test + + +