Return-Path: X-Original-To: apmail-incubator-isis-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-isis-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 82864BF88 for ; Sun, 8 Jan 2012 07:07:00 +0000 (UTC) Received: (qmail 85840 invoked by uid 500); 8 Jan 2012 07:06:58 -0000 Delivered-To: apmail-incubator-isis-commits-archive@incubator.apache.org Received: (qmail 85821 invoked by uid 500); 8 Jan 2012 07:06:53 -0000 Mailing-List: contact isis-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: isis-dev@incubator.apache.org Delivered-To: mailing list isis-commits@incubator.apache.org Received: (qmail 85804 invoked by uid 99); 8 Jan 2012 07:06:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Jan 2012 07:06:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Sun, 08 Jan 2012 07:06:42 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 597E623888E4; Sun, 8 Jan 2012 07:06:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1228804 - /incubator/isis/trunk/examples/quickstart/webapp/pom.xml Date: Sun, 08 Jan 2012 07:06:22 -0000 To: isis-commits@incubator.apache.org From: danhaywood@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120108070622.597E623888E4@eris.apache.org> Author: danhaywood Date: Sun Jan 8 07:06:21 2012 New Revision: 1228804 URL: http://svn.apache.org/viewvc?rev=1228804&view=rev Log: ISIS-168: recreating the quickstart archetype (allow run using mvn antrun:run) Modified: incubator/isis/trunk/examples/quickstart/webapp/pom.xml Modified: incubator/isis/trunk/examples/quickstart/webapp/pom.xml URL: http://svn.apache.org/viewvc/incubator/isis/trunk/examples/quickstart/webapp/pom.xml?rev=1228804&r1=1228803&r2=1228804&view=diff ============================================================================== --- incubator/isis/trunk/examples/quickstart/webapp/pom.xml (original) +++ incubator/isis/trunk/examples/quickstart/webapp/pom.xml Sun Jan 8 07:06:21 2012 @@ -53,6 +53,22 @@ + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + + + + + + + +