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 413FF18F85 for ; Wed, 21 Oct 2015 18:59:28 +0000 (UTC) Received: (qmail 95869 invoked by uid 500); 21 Oct 2015 18:59:28 -0000 Delivered-To: apmail-maven-issues-archive@maven.apache.org Received: (qmail 95799 invoked by uid 500); 21 Oct 2015 18:59:27 -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 95757 invoked by uid 99); 21 Oct 2015 18:59:27 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 21 Oct 2015 18:59:27 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id B950B2C1F69 for ; Wed, 21 Oct 2015 18:59:27 +0000 (UTC) Date: Wed, 21 Oct 2015 18:59:27 +0000 (UTC) From: "Krzysztof Sobkowiak (JIRA)" To: issues@maven.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (MNG-5830) maven.multiModuleProjectDirectory system propery is not set 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/MNG-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14967659#comment-14967659 ] Krzysztof Sobkowiak commented on MNG-5830: ------------------------------------------ Yes, I know this. But I don't thing the solution should look like this. > maven.multiModuleProjectDirectory system propery is not set > ----------------------------------------------------------- > > Key: MNG-5830 > URL: https://issues.apache.org/jira/browse/MNG-5830 > Project: Maven > Issue Type: Bug > Components: Bootstrap & Build, Command Line > Affects Versions: 3.3.1, 3.3.3 > Reporter: Krzysztof Sobkowiak > Priority: Critical > Labels: Linux > > I have downloaded the newest Maven 3.3.3 and point the M2_HOME to the directory with unpacked Maven. {{mvn -v}} produces following error (whereas the versions prior to 3.1.1 worked correctly) > {code} > kso@lenovo:/tmp$ export M2_HOME=/home/kso/work/pde/dev/maven/apache-maven-3.3.3/ > kso@lenovo:/tmp$ mvn -v > -Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME environment variable and mvn script match.kso@lenovo:/tmp$ > {code} > The same problem when I want to build any maven project. > Below the same output with Maven 3.2.5 to give you informations about my environment > {code} > kso@lenovo:/tmp$ export M2_HOME=/home/kso/work/pde/dev/maven/apache-maven-3.2.5/ > kso@lenovo:/tmp$ mvn -v > Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 2014-12-14T18:29:23+01:00) > Maven home: /home/kso/work/pde/dev/maven/apache-maven-3.2.5 > Java version: 1.7.0_71, vendor: Oracle Corporation > Java home: /home/kso/work/pde/run/jvm/jdk1.7.0_71/jre > Default locale: en_US, platform encoding: UTF-8 > OS name: "linux", version: "3.16.0-38-generic", arch: "amd64", family: "unix" > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)