From commits-return-7461-apmail-directory-commits-archive=directory.apache.org@directory.apache.org Wed Dec 28 17:58:46 2005 Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 33890 invoked from network); 28 Dec 2005 17:58:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Dec 2005 17:58:46 -0000 Received: (qmail 59669 invoked by uid 500); 28 Dec 2005 17:58:45 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 59614 invoked by uid 500); 28 Dec 2005 17:58:45 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 59603 invoked by uid 99); 28 Dec 2005 17:58:45 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 28 Dec 2005 09:58:45 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=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; Wed, 28 Dec 2005 09:58:44 -0800 Received: (qmail 33746 invoked by uid 65534); 28 Dec 2005 17:58:24 -0000 Message-ID: <20051228175824.33742.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r359580 - /directory/trunk/README.txt Date: Wed, 28 Dec 2005 17:58:23 -0000 To: commits@directory.apache.org From: akarasulu@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: akarasulu Date: Wed Dec 28 09:58:21 2005 New Revision: 359580 URL: http://svn.apache.org/viewcvs?rev=359580&view=rev Log: more readme notes Modified: directory/trunk/README.txt Modified: directory/trunk/README.txt URL: http://svn.apache.org/viewcvs/directory/trunk/README.txt?rev=359580&r1=359579&r2=359580&view=diff ============================================================================== --- directory/trunk/README.txt (original) +++ directory/trunk/README.txt Wed Dec 28 09:58:21 2005 @@ -7,6 +7,15 @@ -------- o Maven 2.0.1 is used for the build at this point in time. + o To build subprojects like mina just cd into + -build and do a mvn package or mvn install. + So to build all of mina just cd into mina-build and issue any + one of these commands. + o To build all issue a mvn package or mvn install inside trunk. + o To generate eclipse or idea descriptors for entire trunk just + issue a mvn eclipse:eclipse or a mvn idea:idea respectively in + the trunk. For subproject IDE descriptor generation cd into + -build and issue one of these commands. Conventions ----------- @@ -21,3 +30,16 @@ building only the subset of projects within that POM. An example of this is mina-build. To build and install it just cd into this directory and issue a mvn install. + +Branches +-------- + + o Take a look at the README.txt in the branches folder under the + directory svn repo base. + +Releases +-------- + + o Tagged releases are contained under the releases folder under + directory svn repo base. Take a look at the README.txt file + there for more info.