Return-Path: Delivered-To: apmail-ws-tuscany-commits-archive@locus.apache.org Received: (qmail 90235 invoked from network); 5 Feb 2008 18:52:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2008 18:52:42 -0000 Received: (qmail 93104 invoked by uid 500); 5 Feb 2008 18:52:34 -0000 Delivered-To: apmail-ws-tuscany-commits-archive@ws.apache.org Received: (qmail 93075 invoked by uid 500); 5 Feb 2008 18:52:34 -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 93066 invoked by uid 99); 5 Feb 2008 18:52:34 -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:52:34 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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:52:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A52051A9832; Tue, 5 Feb 2008 10:52:21 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r618743 - /incubator/tuscany/java/sca/itest/component-type/pom.xml Date: Tue, 05 Feb 2008 18:52:21 -0000 To: tuscany-commits@ws.apache.org From: lresende@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080205185221.A52051A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lresende Date: Tue Feb 5 10:52:18 2008 New Revision: 618743 URL: http://svn.apache.org/viewvc?rev=618743&view=rev Log: Adding profile to enable web-container testing Modified: incubator/tuscany/java/sca/itest/component-type/pom.xml Modified: incubator/tuscany/java/sca/itest/component-type/pom.xml URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/component-type/pom.xml?rev=618743&r1=618742&r2=618743&view=diff ============================================================================== --- incubator/tuscany/java/sca/itest/component-type/pom.xml (original) +++ incubator/tuscany/java/sca/itest/component-type/pom.xml Tue Feb 5 10:52:18 2008 @@ -42,5 +42,28 @@ runtime + + + + + webapp + + + + org.apache.maven.plugins + maven-war-plugin + + + package + + war + + + + + + + + --------------------------------------------------------------------- To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org For additional commands, e-mail: tuscany-commits-help@ws.apache.org