Return-Path: Delivered-To: apmail-cxf-commits-archive@www.apache.org Received: (qmail 10693 invoked from network); 23 Jul 2010 01:48:03 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Jul 2010 01:48:03 -0000 Received: (qmail 61694 invoked by uid 500); 23 Jul 2010 01:48:03 -0000 Delivered-To: apmail-cxf-commits-archive@cxf.apache.org Received: (qmail 61632 invoked by uid 500); 23 Jul 2010 01:48:02 -0000 Mailing-List: contact commits-help@cxf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cxf.apache.org Delivered-To: mailing list commits@cxf.apache.org Received: (qmail 61624 invoked by uid 99); 23 Jul 2010 01:48:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Jul 2010 01:48:02 +0000 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, 23 Jul 2010 01:47:59 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0CFB023889E0; Fri, 23 Jul 2010 01:47:06 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r966932 - in /cxf/branches/servlet3jetty7/systests/container-integration: jetty6/ jetty6/pom.xml webapp/pom.xml Date: Fri, 23 Jul 2010 01:47:05 -0000 To: commits@cxf.apache.org From: bimargulies@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100723014706.0CFB023889E0@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: bimargulies Date: Fri Jul 23 01:47:05 2010 New Revision: 966932 URL: http://svn.apache.org/viewvc?rev=966932&view=rev Log: more integration test framework Added: cxf/branches/servlet3jetty7/systests/container-integration/jetty6/ cxf/branches/servlet3jetty7/systests/container-integration/jetty6/pom.xml (with props) Modified: cxf/branches/servlet3jetty7/systests/container-integration/webapp/pom.xml Added: cxf/branches/servlet3jetty7/systests/container-integration/jetty6/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/servlet3jetty7/systests/container-integration/jetty6/pom.xml?rev=966932&view=auto ============================================================================== --- cxf/branches/servlet3jetty7/systests/container-integration/jetty6/pom.xml (added) +++ cxf/branches/servlet3jetty7/systests/container-integration/jetty6/pom.xml Fri Jul 23 01:47:05 2010 @@ -0,0 +1,108 @@ + + + 4.0.0 + + org.apache.cxf.systests + cxf-systests-container-integration + 2.3.0-SNAPSHOT + ../pom.xml + + org.apache.cxf.systests + cxf-systests-ci-jetty6 + Apache CXF Container Integration Test Jetty6 + 2.3.0-SNAPSHOT + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + **/** + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-war + compile + + copy + + + + + org.apache.cxf.systests + cxf-systests-ci-webapp + ${project.version} + war + true + ${project.build.directory} + hello.war + + + ${project.build.directory}/wars + false + true + + + + + + org.apache.maven.plugins + maven-failsafe-plugin + 2.5 + + + integration-test + + integration-test + + + + verify + + verify + + + + + + org.mortbay.jetty + maven-jetty-plugin + 6.1.24 + + 10 + 8005 + STOP + / + + + + start-jetty + pre-integration-test + + run-war + + + ${project.build.directory}/hello.war + 0 + true + + + + stop-jetty + post-integration-test + + stop + + + + + + + Propchange: cxf/branches/servlet3jetty7/systests/container-integration/jetty6/pom.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: cxf/branches/servlet3jetty7/systests/container-integration/jetty6/pom.xml ------------------------------------------------------------------------------ svn:mime-type = text/plain Modified: cxf/branches/servlet3jetty7/systests/container-integration/webapp/pom.xml URL: http://svn.apache.org/viewvc/cxf/branches/servlet3jetty7/systests/container-integration/webapp/pom.xml?rev=966932&r1=966931&r2=966932&view=diff ============================================================================== --- cxf/branches/servlet3jetty7/systests/container-integration/webapp/pom.xml (original) +++ cxf/branches/servlet3jetty7/systests/container-integration/webapp/pom.xml Fri Jul 23 01:47:05 2010 @@ -2,14 +2,34 @@ 4.0.0 - org.apache.cxf.systests - cxf-systests-container-integration - 2.3.0-SNAPSHOT - ../pom.xml + org.apache.cxf.systests + cxf-systests-container-integration + 2.3.0-SNAPSHOT + ../pom.xml org.apache.cxf.systests cxf-systests-ci-webapp Apache CXF Container Integration Test Webapp 2.3.0-SNAPSHOT war - \ No newline at end of file + + + org.apache.cxf + cxf-rt-transports-http + ${project.version} + + + org.apache.cxf + cxf-rt-frontend-jaxws + ${project.version} + + + org.springframework + spring-core + + + org.springframework + spring-beans + + +