Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 25454 invoked from network); 26 Nov 2005 02:38:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Nov 2005 02:38:25 -0000 Received: (qmail 91333 invoked by uid 500); 26 Nov 2005 02:38:18 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 91301 invoked by uid 500); 26 Nov 2005 02:38:18 -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 91286 invoked by uid 99); 26 Nov 2005 02:38:17 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2005 18:38:17 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [64.14.253.182] (HELO mail.exist.com) (64.14.253.182) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Nov 2005 18:39:48 -0800 Received: from [172.16.228.37] (adsl-131.68.164.info.com.ph [203.131.68.164] (may be forged)) (authenticated bits=0) by mail.exist.com (8.12.11/8.12.11) with ESMTP id jAQ1oKFR012991 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 25 Nov 2005 17:50:33 -0800 Message-ID: <4387CB26.5080001@mergere.com> Date: Sat, 26 Nov 2005 10:40:38 +0800 From: Maria Odea Ching User-Agent: Mozilla Thunderbird 0.9 (Windows/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Maven Users List Subject: Re: Dependencies References: <1132930994.8408.26.camel@localhost.localdomain> In-Reply-To: <1132930994.8408.26.camel@localhost.localdomain> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Markus, Having a central repository for all the project dependencies is one of the main highlights of maven. There are also avaliable plugins for generating ejb files and client jars (See http://maven.apache.org/plugins/). As for filtering, you can use it to filter resource files that you want to include in your wars, jars, etc. Regards, Odea Markus M. May wrote: >Hello, >we have a very huge project here. This project consists of many >"components" or "modules" which have inter-dependencies all over. One of >the problems we face is, that these modules does change often (e.g. for >bug-fixes) and therefor we need to update the dependencies >(version-number) all the time. Right now, we are using ANT 1.6 and would >like to resolve this issue probably with Maven2. We believe that >transitive dependencies are the way to go. >Therefor we would like to store the dependencies for all components in a >central place, where one could update them pretty easily. >Also each component generates more then one artifact (one for the EJBs, >one common and at least one for the client side, and sometimes one for >the resources - this is needed for JWS). Would this be possible with >Maven2 as well? I heard something about masks and filters -are they the >right way to go? > >Greets > >Markus > > >--------------------------------------------------------------------- >To unsubscribe, e-mail: users-unsubscribe@maven.apache.org >For additional commands, e-mail: users-help@maven.apache.org > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org