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 CD163114F9 for ; Wed, 11 Jun 2014 23:52:45 +0000 (UTC) Received: (qmail 38339 invoked by uid 500); 11 Jun 2014 23:52:43 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 38250 invoked by uid 500); 11 Jun 2014 23:52:43 -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 38240 invoked by uid 99); 11 Jun 2014 23:52:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 23:52:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [24.37.79.202] (HELO smtp.artifact-software.com) (24.37.79.202) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jun 2014 23:52:40 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by smtp.artifact-software.com (Postfix) with ESMTP id EE1606A657E for ; Wed, 11 Jun 2014 19:52:14 -0400 (EDT) X-Virus-Scanned: amavisd-new at artifact-software.com Received: from smtp.artifact-software.com ([127.0.0.1]) by localhost (smtp.artifact-software.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xIaU0tomCbem for ; Wed, 11 Jun 2014 19:52:14 -0400 (EDT) Received: from [192.168.33.118] (CPE586d8fdf0440-CM001225d75a4e.cpe.net.cable.rogers.com [99.249.114.189]) by smtp.artifact-software.com (Postfix) with ESMTP id AB59D6A657D for ; Wed, 11 Jun 2014 19:52:14 -0400 (EDT) Message-ID: <5398EBAD.4060304@artifact-software.com> Date: Wed, 11 Jun 2014 19:52:13 -0400 From: Ron Wheeler Reply-To: "users@maven.apache.org >> Maven Users List" Organization: Artifact Software User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: users@maven.apache.org Subject: Re: How to reference a multimodule project from a pom References: <1402502889049-5795419.post@n5.nabble.com> In-Reply-To: <1402502889049-5795419.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Yes. We have given these jars the name "aggregation jars". You add a 6th project that produces a jar containing the 5 "real" jars and have your projects reference the aggregation jar. Others have used the term "bundle" for this (Apache CXF) but that may confuse people who have OSGI "bundles" in mind. http://blog.artifact-software.com/tech/?p=121 is a short article on what we do and why. You might want to look at other notes that we have tagged with "Maven" as well. Ron On 11/06/2014 12:08 PM, kurt_cobain wrote: > Hi, I have a multimodule project, let's call it "multi". it generates like 5 > jar artifacts. > > I would like to simply reference "multi" from another project's pom and get > everything i need, without having to indivdivually reference each of the 5 > jar's generated by "multi" in my the referencing pom file. > > Isn't that possible? > > > > -- > View this message in context: http://maven.40175.n5.nabble.com/How-to-reference-a-multimodule-project-from-a-pom-tp5795419.html > Sent from the Maven - Users mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@maven.apache.org > For additional commands, e-mail: users-help@maven.apache.org > > -- Ron Wheeler President Artifact Software Inc email: rwheeler@artifact-software.com skype: ronaldmwheeler phone: 866-970-2435, ext 102 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org