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 D9B1F10393 for ; Tue, 30 Jul 2013 14:15:56 +0000 (UTC) Received: (qmail 63489 invoked by uid 500); 30 Jul 2013 14:15:54 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 63130 invoked by uid 500); 30 Jul 2013 14:15:54 -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 62834 invoked by uid 99); 30 Jul 2013 14:15:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jul 2013 14:15:52 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of patrek@gmail.com designates 209.85.212.50 as permitted sender) Received: from [209.85.212.50] (HELO mail-vb0-f50.google.com) (209.85.212.50) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jul 2013 14:15:47 +0000 Received: by mail-vb0-f50.google.com with SMTP id x14so369352vbb.37 for ; Tue, 30 Jul 2013 07:15:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=wm24kyXSS5xfZdP8yyTLnCjVGqVU03MjfHPUOi4ntLA=; b=shYcar0rKIYoyrSaQENrjdiUSvcCFR5OLPgOccd83rXrfrfFutHY6ePjwTP942wXl1 gbVKeJODnyO5ViZDnNGmJPKkRgztJ3z+fOIGAvg4/CoHymWAuum6jor9RJO9OEdKY72X v9mTFkW1wF3i5Zu5aTyONJuzctx4E7XRuCYVsf+Yd7pkYC4EL0Hrl3S2jXYZpYPMO8La xz8FlwDX32lgb+Xpp40fJGOiZHolhJCLGtbKH/X2IV+qJrkwR1mAjKcFS3TuZs5Xr3Gq IS+CaEZjJiCntblgxCL48eHuD7/8FnzxsDAajCjVwkjW18zFmrcOIyj8DGvuzmCzk7Q0 o0HA== X-Received: by 10.58.46.196 with SMTP id x4mr27159327vem.73.1375193727001; Tue, 30 Jul 2013 07:15:27 -0700 (PDT) Received: from [192.168.4.38] ([65.92.143.122]) by mx.google.com with ESMTPSA id r13sm8994361vdj.8.2013.07.30.07.15.25 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 30 Jul 2013 07:15:26 -0700 (PDT) Message-ID: <51F7CA88.1080904@gmail.com> Date: Tue, 30 Jul 2013 10:15:36 -0400 From: Patrick Turcotte User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 MIME-Version: 1.0 To: users@maven.apache.org Subject: Re: maven multi parent? References: <1375151971156-5766208.post@n5.nabble.com> In-Reply-To: <1375151971156-5766208.post@n5.nabble.com> Content-Type: multipart/alternative; boundary="------------050705080506060003070004" X-Virus-Checked: Checked by ClamAV on apache.org --------------050705080506060003070004 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, What you are describing here is not really multi-parent. Model / Common Util / Data connect / Business can all have a common parent if you want to control dependency versions in one place, but not mandatory. Site A / Site B / Site C just have to depend on your artifact (model, common util, etc.) as needed. They also can have a common parent as they are all sites and may have things in common. If all sites are pretty similar (I'm talking .war files tomcat/jetty projects), you can have a project where you assemble Site (site-common) and have Site A, Site B, Site C use the maven war plugin to do overlays for Site specific stuff ( http://maven.apache.org/plugins/maven-war-plugin/overlays.html) Patrick On 29/07/13 10:39 PM, redeye wrote: > im doing develop the multi site > > Site A, Site B, Site C > > and this sites are has common module. > like this > > > > how can i do maven setting? > > > > > > -- > View this message in context: http://maven.40175.n5.nabble.com/maven-multi-parent-tp5766208.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 > --------------050705080506060003070004--