Return-Path: X-Original-To: apmail-maven-issues-archive@minotaur.apache.org Delivered-To: apmail-maven-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F3AAD17F53 for ; Sun, 6 Sep 2015 20:45:11 +0000 (UTC) Received: (qmail 83339 invoked by uid 500); 6 Sep 2015 20:44:59 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 83223 invoked by uid 500); 6 Sep 2015 20:44:58 -0000 Mailing-List: contact issues-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list issues@maven.apache.org Received: (qmail 83130 invoked by uid 99); 6 Sep 2015 20:44:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Sep 2015 20:44:58 +0000 Date: Sun, 6 Sep 2015 20:44:58 +0000 (UTC) From: "Michael Osipov (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (MECLIPSE-604) Building Multiple eclipse Project with Maven MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MECLIPSE-604?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Osipov closed MECLIPSE-604. ----------------------------------- Resolution: Auto Closed This issue has been auto closed because it has been inactive for a long period of time. If you think this issue still applies, retest your problem with the most recent version of Maven and the affected component, reopen and post your results. > Building Multiple eclipse Project with Maven > -------------------------------------------- > > Key: MECLIPSE-604 > URL: https://issues.apache.org/jira/browse/MECLIPSE-604 > Project: Maven Eclipse Plugin > Issue Type: Wish > Components: Core : Multi-projects > Affects Versions: 2.1 > Environment: Eclipse3.2 with Maven 2.2.1 > Reporter: piyush > Priority: Blocker > > I have configured Multiple project in my eclipse workspace and each project has its own POM.XML . I have worked with the dependencies with single eclipse project with multiple modules in that single project and it works fine when build with Maven but when working with Different projects is there any possibility to build the all the project with one single parent project? I do not want to build all the dependent project and install the JAR in local repository and than build the parent project I know that will work fine. What I want to achieve is with out building the dependent project I will just build the Parent Project and it will build all the dependent project plus all the Third party JAR's which every project is having and put it into the local repo and every project's respective target directory. > The project structure in eclipse is like this > C:\eclipse\workspace > \ ProjectA > | > pom.xml > | > src.com.javasource > > \ ProjectB (Child) > | > pom.xml > | > src.com.javasource > > \ ProjectC > | > pom.xml > | > src.com.javasource > So when I will compile or run the command on ProjectA 's pom.xml it should build the ProjectB and ProjectC and create the projectb.jar and projectc.jar and put those jar's into the respective projects target directory. > > > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)