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 D3DA2FB91 for ; Wed, 10 Apr 2013 13:30:26 +0000 (UTC) Received: (qmail 7293 invoked by uid 500); 10 Apr 2013 13:30:24 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 7150 invoked by uid 500); 10 Apr 2013 13:30:23 -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 6602 invoked by uid 99); 10 Apr 2013 13:30:21 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 13:30:21 +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 (nike.apache.org: domain of adrien.rivard@gmail.com designates 209.85.220.174 as permitted sender) Received: from [209.85.220.174] (HELO mail-vc0-f174.google.com) (209.85.220.174) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Apr 2013 13:30:15 +0000 Received: by mail-vc0-f174.google.com with SMTP id kw10so361213vcb.33 for ; Wed, 10 Apr 2013 06:29:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=XxupLwKN3Ax1QZoa6Y3jnhOVDWsjlf3HAr6KNXJPwlg=; b=DPYH50IfVpWPn1VrpidGqslJ4mz0osSmQpq/KdsHAsYR3+sU8kUGWnPEQiBimTaSl3 5D4WEosNAveWepVusxObUrcW1hIrXFzHhJY9IulIRYlg+4VEx+avuw1cnZr7sTtqrNUi Jniu58Y9n+MW/ZfEYfVW4qkU6wJPiwy0MJsJrwZmDgOOMUG5bIrEdPYbOOXpn2eUvpqV Ck255dKXNqf8UbioSYVAC5K9rHNqs6gdw8Lq4iVT2lL79Qt4X8trfFAVKE8Yf/Shtim0 yKiEsOYE2lfV3iCvhdDVzcu9RcsPRZuXE5LeG1j/NCdShW7qaUP10Bj2+c1u8bAs80M2 AfjA== MIME-Version: 1.0 X-Received: by 10.52.97.131 with SMTP id ea3mr1242048vdb.71.1365600595089; Wed, 10 Apr 2013 06:29:55 -0700 (PDT) Received: by 10.220.24.11 with HTTP; Wed, 10 Apr 2013 06:29:54 -0700 (PDT) In-Reply-To: <1365598622424-5753428.post@n5.nabble.com> References: <1365515617648-5753312.post@n5.nabble.com> <1365598622424-5753428.post@n5.nabble.com> Date: Wed, 10 Apr 2013 15:29:54 +0200 Message-ID: Subject: Re: How to create two projects, one of them is using the other ? From: Adrien Rivard To: Maven Users List Content-Type: multipart/alternative; boundary=20cf307cfc7e604e0804da01aa7b X-Virus-Checked: Checked by ClamAV on apache.org --20cf307cfc7e604e0804da01aa7b Content-Type: text/plain; charset=UTF-8 On Wed, Apr 10, 2013 at 2:57 PM, mlotfi wrote: > Thank you again. > from the link you gave me in your response, it will be a multi-module > project : > > parentProject > pom.xml > | > |---webProject > pom.xml > | > |---jarProject > pom.xml > > if we want to use this structure for Continuous Integration using Jenkins > and maven, how will be the setup ? do we have to give Jenkins only the > pom.xml of the parentProject ? > > Usually yes. In short in jenkins/Hudson you create a new maven2/3 job, you specify the git/svn url for the parent project, you specify the phase to execute (mvn package ?) and you're good. > thanks, your help is appreciated. > > > > -- > View this message in context: > http://maven.40175.n5.nabble.com/How-to-create-two-projects-one-of-them-is-using-the-other-tp5753312p5753428.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 > > -- Adrien Rivard --20cf307cfc7e604e0804da01aa7b--