Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 90023 invoked from network); 5 Feb 2008 18:51:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2008 18:51:25 -0000 Received: (qmail 92667 invoked by uid 500); 5 Feb 2008 18:51:16 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 92624 invoked by uid 500); 5 Feb 2008 18:51:16 -0000 Mailing-List: contact tuscany-commits-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: tuscany-dev@ws.apache.org Delivered-To: mailing list tuscany-commits@ws.apache.org Received: (qmail 92615 invoked by uid 99); 5 Feb 2008 18:51:16 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2008 10:51:16 -0800 X-ASF-Spam-Status: No, hits=-98.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Feb 2008 18:50:56 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B19741A9832; Tue, 5 Feb 2008 10:51:03 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r618742 - /incubator/tuscany/java/sca/itest/services/pom.xml Date: Tue, 05 Feb 2008 18:51:03 -0000 To: tuscany-commits@ws.apache.org From: lresende@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080205185103.B19741A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lresende Date: Tue Feb 5 10:50:58 2008 New Revision: 618742 URL: http://svn.apache.org/viewvc?rev=618742&view=rev Log: Moving web-container configuration to parent pom Modified: incubator/tuscany/java/sca/itest/services/pom.xml Modified: incubator/tuscany/java/sca/itest/services/pom.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/services/pom.xml?rev=618742&r1=618741&r2=618742&view=diff ============================================================================== --- incubator/tuscany/java/sca/itest/services/pom.xml (original) +++ incubator/tuscany/java/sca/itest/services/pom.xml Tue Feb 5 10:50:58 2008 @@ -47,251 +47,17 @@ webapp - - true - - - - org.apache.tuscany.sca - tuscany-host-webapp - 1.2-incubating-SNAPSHOT - runtime - - - - javax.servlet - servlet-api - 2.3 - provided - - - junit - junit - 4.2 - compile - - org.apache.maven.plugins - maven-jar-plugin - 2.2 - - - - junit - - test - - test-jar - - - - - - - org.apache.maven.plugins maven-war-plugin - 2.0.2 - - - - - ${project.build.directory} - - *-tests.jar - - WEB-INF/test-lib - - - package war - - - - - - - - - - jetty - - true - - - - - org.apache.tuscany.sca - tuscany-maven-web-junit - 1.2-incubating-SNAPSHOT - - - generate-web-xml - process-resources - - generate - - - - web-junit-test - - http://localhost:8085/${project.build.finalName}/junit - - integration-test - - test - - - - - - org.codehaus.cargo - cargo-maven2-plugin - - - start-container - pre-integration-test - - start - - - - stop-container - post-integration-test - - stop - - - - - - jetty6x - embedded - - - org.apache.commons.logging.impl.SimpleLog - - - - false - - - 8085 - - - - ${project.build.directory}/${project.build.finalName}.war - http://localhost:8085/${project.build.finalName}/junit - war - - - - - - - - - - geronimo - - - geronimo.home - - - - - C:\Apache\geronimo-tomcat6-jee5-2.0.2 - - - - - - org.apache.tuscany.sca - tuscany-maven-web-junit - 1.2-incubating-SNAPSHOT - - - generate-web-xml - - true - - process-resources - - generate - - - - web-junit-test - - http://localhost:8080/${project.build.finalName}/junit - - integration-test - - test - - - - - - org.apache.geronimo.plugins - geronimo-maven-plugin - 2.0.2 - - ${geronimo.home} - - - - start-container - pre-integration-test - - start - - - true - - - - - deploy-war - pre-integration-test - - deploy - - - - ${project.build.directory}/${project.build.finalName}.war - - - - - undeploy-war - post-integration-test - - undeploy - - - - org.apache.tuscany.sca/sample-calculator-webapp/1.2-incubating-SNAPSHOT/war - - - - - stop-container - post-integration-test - - stop - - - system - manager - --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-commits-help@ws.apache.org