Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 25274 invoked from network); 13 Feb 2009 16:03:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2009 16:03:37 -0000 Received: (qmail 639 invoked by uid 500); 13 Feb 2009 16:03:36 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 619 invoked by uid 500); 13 Feb 2009 16:03:36 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 603 invoked by uid 99); 13 Feb 2009 16:03:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2009 08:03:36 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Feb 2009 16:03:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6BF4223889D0; Fri, 13 Feb 2009 16:03:12 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r744153 - /continuum/trunk/continuum-webapp-test/pom2.xml Date: Fri, 13 Feb 2009 16:03:11 -0000 To: commits@continuum.apache.org From: wsmoak@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090213160312.6BF4223889D0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: wsmoak Date: Fri Feb 13 16:03:10 2009 New Revision: 744153 URL: http://svn.apache.org/viewvc?rev=744153&view=rev Log: [CONTINUUM-2073] Add pom2.xml which goes with code in src/test/pom2. Use: mvn clean install -f pom2.xml Added: continuum/trunk/continuum-webapp-test/pom2.xml - copied, changed from r743581, continuum/trunk/continuum-webapp-test/pom.xml Copied: continuum/trunk/continuum-webapp-test/pom2.xml (from r743581, continuum/trunk/continuum-webapp-test/pom.xml) URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/pom2.xml?p2=continuum/trunk/continuum-webapp-test/pom2.xml&p1=continuum/trunk/continuum-webapp-test/pom.xml&r1=743581&r2=744153&rev=744153&view=diff ============================================================================== --- continuum/trunk/continuum-webapp-test/pom.xml (original) +++ continuum/trunk/continuum-webapp-test/pom2.xml Fri Feb 13 16:03:10 2009 @@ -28,8 +28,10 @@ Continuum Webapp Test pom + Selenium tests for Continuum Webapp using JUnit TestSetup class + - + src/test/pom2 org.apache.maven.plugins @@ -84,6 +86,31 @@ + + + + url + http://localhost:8080/continuum-webapp-${project.version} + + + cargo.container.home + ${cargo.container.home} + + + cargo.container.output + ${basedir}/target/container.output + + + cargo.container.log + ${basedir}/target/container.log + + + cargo.deployable + ${basedir}/../continuum-webapp/target/continuum-webapp-1.3.2-SNAPSHOT.war + + + + @@ -105,12 +132,11 @@ 0.8.1 test - - - org.codehaus.plexus - plexus-utils - 1.4 + org.apache.continuum + continuum-webapp + ${project.version} + war org.openqa.selenium.server @@ -118,5 +144,17 @@ 0.8.1 + + org.codehaus.cargo + cargo-core-uberjar + 0.8 + true + + + org.codehaus.cargo + cargo-ant + 0.8 + true +