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 82A7C184E6 for ; Thu, 17 Mar 2016 18:51:01 +0000 (UTC) Received: (qmail 24772 invoked by uid 500); 17 Mar 2016 18:51:00 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 24696 invoked by uid 500); 17 Mar 2016 18:51:00 -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 24673 invoked by uid 99); 17 Mar 2016 18:50:59 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Mar 2016 18:50:59 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 220BEC0217 for ; Thu, 17 Mar 2016 18:50:58 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.071 X-Spam-Level: X-Spam-Status: No, score=-0.071 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, KAM_INFOUSMEBIZ=0.75, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=fastmail.us header.b=YxGb/Pgf; dkim=pass (1024-bit key) header.d=messagingengine.com header.b=nsXOnUVi Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id PGa6QndUAnLY for ; Thu, 17 Mar 2016 18:50:57 +0000 (UTC) Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id 5DF275F19A for ; Thu, 17 Mar 2016 18:50:58 +0000 (UTC) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id DAA7820677 for ; Thu, 17 Mar 2016 14:50:52 -0400 (EDT) Received: from web2 ([10.202.2.212]) by compute5.internal (MEProxy); Thu, 17 Mar 2016 14:50:52 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=fastmail.us; h= content-transfer-encoding:content-type:date:from:message-id :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=/0N ld3BHhul7OAQ+TRDKmvlwHTA=; b=YxGb/Pgf5cE4j5WrHBtXY7eTtq+Cj3lDgya l5pWWGEOOMLiqyteVqjpT0aZVjPFn9oEkSeKBMHJ+hr4WoJI6mo4o8BmQEJj0RvI jtJ6RFmACI2vf7Fo5luVRP/EupjOUIzqjjNDana8g8+YuXh3m7+Z47pkbkRLRz97 nHzNf0ks= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:message-id:mime-version:subject:to:x-sasl-enc :x-sasl-enc; s=smtpout; bh=/0Nld3BHhul7OAQ+TRDKmvlwHTA=; b=nsXOn UVi7ShqYg8q/JU28aRsCsu4sM2oeIWf/N7pDui8Y9HGuT6fmAC8fGYd76iwhyYej HaK8kAipajzKzYOXsCylb81D5DRrCTgfJHP8EyS+79BX6t+EdybvrglyxtdyIihn PWeVgC5fkZQWZIUrCWqILvP9guFX6iselsdRk8= Received: by web2.nyi.internal (Postfix, from userid 99) id AC88C540420; Thu, 17 Mar 2016 14:50:52 -0400 (EDT) Message-Id: <1458240652.2694020.552293114.417B4ACC@webmail.messagingengine.com> X-Sasl-Enc: wkV/xRmkeS5EDX0U7bWhBDGmGn1v7rCH1h2mNRmrdGMB 1458240652 From: Jason Franklin To: users@maven.apache.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-872772a7 Subject: Import Submodule into Maven Project in IntelliJ Date: Thu, 17 Mar 2016 11:50:52 -0700 Greetings, I'm new to Maven, and I've taken the time over the past week to read "Maven by Example." I'm trying to join two independent projects as submodules in a third project serving as the parent project. Is there a way to create a parent project in IntelliJ and import two previously independent projects as submodules without simply moving the directories and changing the pom.xml files manually? -- Jason Franklin j_fra@fastmail.us --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org