From jdo-commits-return-954-apmail-db-jdo-commits-archive=www.apache.org@db.apache.org Tue Oct 11 20:51:20 2005 Return-Path: Delivered-To: apmail-db-jdo-commits-archive@www.apache.org Received: (qmail 24546 invoked from network); 11 Oct 2005 20:51:20 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Oct 2005 20:51:20 -0000 Received: (qmail 17059 invoked by uid 500); 11 Oct 2005 20:51:20 -0000 Mailing-List: contact jdo-commits-help@db.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jdo-dev@db.apache.org Delivered-To: mailing list jdo-commits@db.apache.org Received: (qmail 17048 invoked by uid 99); 11 Oct 2005 20:51:20 -0000 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 [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 11 Oct 2005 13:51:19 -0700 Received: (qmail 24467 invoked by uid 65534); 11 Oct 2005 20:50:59 -0000 Message-ID: <20051011205059.24465.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r312956 - /incubator/jdo/trunk/maven.xml Date: Tue, 11 Oct 2005 20:50:59 -0000 To: jdo-commits@db.apache.org From: mbo@apache.org X-Mailer: svnmailer-1.0.5 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: mbo Date: Tue Oct 11 13:50:55 2005 New Revision: 312956 URL: http://svn.apache.org/viewcvs?rev=312956&view=rev Log: JDO-51 added multiproject goals invoking the default goal of the subprojects to the top level maven.xml Modified: incubator/jdo/trunk/maven.xml Modified: incubator/jdo/trunk/maven.xml URL: http://svn.apache.org/viewcvs/incubator/jdo/trunk/maven.xml?rev=312956&r1=312955&r2=312956&view=diff ============================================================================== --- incubator/jdo/trunk/maven.xml (original) +++ incubator/jdo/trunk/maven.xml Tue Oct 11 13:50:55 2005 @@ -27,12 +27,15 @@ Custom goals for this project are: - jdo11.build - builds all JDO1 projects - jdo11.clean - cleans all JDO1 projects - jdo20.build - builds all JDO2 projects - jdo20.clean - cleans all JDO2 projects - tck20.build - builds tck20 and dependent JDO2 projects - tck20.clean - cleans tck20 and dependent JDO2 projects + jdo11.build - builds all JDO1 projects + jdo11.default - calls the default goal for all JDO1 projects + jdo11.clean - cleans all JDO1 projects + jdo20.build - builds all JDO2 projects + jdo20.default - calls the default goal for all JDO2 projects + jdo20.clean - cleans all JDO2 projects + tck20.build - builds tck20 and dependent JDO2 projects + tck20.default - calls the default goal for tck20 and dependent JDO2 projects + tck20.clean - cleans tck20 and dependent JDO2 projects Please check README.txt for more details. @@ -47,6 +50,13 @@ + + ${jdo11.projects} + default + + + ${jdo11.projects} @@ -64,6 +74,13 @@ + + ${jdo20.projects} + default + + + ${jdo20.projects} @@ -74,6 +91,13 @@ description="Builds tck20 and dependent JDO2 projects"> ${tck20.projects} build + + + + + ${tck20.projects} + default