Return-Path: Delivered-To: apmail-jackrabbit-commits-archive@www.apache.org Received: (qmail 56629 invoked from network); 6 Dec 2006 09:26:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Dec 2006 09:26:44 -0000 Received: (qmail 17095 invoked by uid 500); 6 Dec 2006 09:26:53 -0000 Delivered-To: apmail-jackrabbit-commits-archive@jackrabbit.apache.org Received: (qmail 17070 invoked by uid 500); 6 Dec 2006 09:26:53 -0000 Mailing-List: contact commits-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list commits@jackrabbit.apache.org Received: (qmail 17061 invoked by uid 99); 6 Dec 2006 09:26:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Dec 2006 01:26:53 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Wed, 06 Dec 2006 01:26:44 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 957131A9846; Wed, 6 Dec 2006 01:26:02 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r482982 - /jackrabbit/trunk/jackrabbit-webapp/pom.xml Date: Wed, 06 Dec 2006 09:26:02 -0000 To: commits@jackrabbit.apache.org From: mreutegg@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061206092602.957131A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mreutegg Date: Wed Dec 6 01:26:01 2006 New Revision: 482982 URL: http://svn.apache.org/viewvc?view=rev&rev=482982 Log: Add support for testing with maven jetty plugin Modified: jackrabbit/trunk/jackrabbit-webapp/pom.xml Modified: jackrabbit/trunk/jackrabbit-webapp/pom.xml URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-webapp/pom.xml?view=diff&rev=482982&r1=482981&r2=482982 ============================================================================== --- jackrabbit/trunk/jackrabbit-webapp/pom.xml (original) +++ jackrabbit/trunk/jackrabbit-webapp/pom.xml Wed Dec 6 01:26:01 2006 @@ -71,4 +71,22 @@ + + + + org.mortbay.jetty + maven-jetty-plugin + + 10 + + + 8080 + 60000 + + + + + + +