Return-Path: X-Original-To: apmail-maven-users-archive@www.apache.org Delivered-To: apmail-maven-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49EE61738 for ; Tue, 19 Apr 2011 18:38:58 +0000 (UTC) Received: (qmail 73716 invoked by uid 500); 19 Apr 2011 18:38:55 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 73642 invoked by uid 500); 19 Apr 2011 18:38:55 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 73634 invoked by uid 99); 19 Apr 2011 18:38:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Apr 2011 18:38:55 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.18.2.171] (HELO exprod7og109.obsmtp.com) (64.18.2.171) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 19 Apr 2011 18:38:46 +0000 Received: from loftexchange.loftwareinc.com ([64.140.236.129]) (using TLSv1) by exprod7ob109.postini.com ([64.18.6.12]) with SMTP ID DSNKTa3WnyBoV0tWynT0iISIatQa0xwk34hj@postini.com; Tue, 19 Apr 2011 11:38:25 PDT Received: from loftexchange.loftwareinc.com ([172.16.40.3]) by loftexchange.loftwareinc.com ([172.16.40.3]) with mapi; Tue, 19 Apr 2011 14:38:21 -0400 From: To: Date: Tue, 19 Apr 2011 14:38:19 -0400 Subject: Maven and Subversion. Thread-Topic: Maven and Subversion. Thread-Index: Acv+wPQPXL7gLadvQUarfJWswtQqbA== Message-ID: <4ECBD915C6F1254AB1AFF4B9F08287B22FD04FDD42@loftexchange.loftwareinc.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: multipart/alternative; boundary="_000_4ECBD915C6F1254AB1AFF4B9F08287B22FD04FDD42loftexchangel_" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org --_000_4ECBD915C6F1254AB1AFF4B9F08287B22FD04FDD42loftexchangel_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I am wondering if anyone has a good solution to the following issue. I have a multi module maven configuration ( a pom that runs multiple poms = underneath it.). I made it a multi module project because the sub projects= are very similar and it is convenient to run them all from one pom. Howev= er, I need each of these sub projects to be versioned independently. In s= ubversion, you need to make trunk, tags, and branches folders for each proj= ect to do this. This breaks the multi module directory structure for Mave= n as it requires the pom to be in the top level folder for each of the sub = projects. Does anyone have a solution as to the best way to make this work, or am I s= tuck with not using the multi module project in Maven? Thanks, Todd --_000_4ECBD915C6F1254AB1AFF4B9F08287B22FD04FDD42loftexchangel_--