[jira] [Commented] (MNG-5830) maven.multiModuleProjectDirectory system propery is not set

2019-11-01 Thread Jira


[ 
https://issues.apache.org/jira/browse/MNG-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16965115#comment-16965115
 ] 

Martynas Jusevičius commented on MNG-5830:
--

Happens to me after I tried upgrading Maven to 3.6.2 using Chocolatey on cmder 
(Windows 10): https://chocolatey.org/packages/maven#upgrade

> 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
>Assignee: Christian Schulte
>Priority: Major
>  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
(v8.3.4#803005)


[jira] [Commented] (MNG-5830) maven.multiModuleProjectDirectory system propery is not set

2019-01-06 Thread Markus Karg (JIRA)


[ 
https://issues.apache.org/jira/browse/MNG-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16735508#comment-16735508
 ] 

Markus Karg commented on MNG-5830:
--

The Eclipse Foundation has this problem (maven.multiModuleProjectDirectory not 
getting resolved) with Maven 3.5.4! [~khmarbaise] can you please help us fixing 
this on our public EF build infrastructure? This is a showstopper for Jakarta 
EE 8. Would be great, thanks! :)

> 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
>Assignee: Christian Schulte
>Priority: Major
>  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
(v7.6.3#76005)


[jira] [Commented] (MNG-5830) maven.multiModuleProjectDirectory system propery is not set

2015-11-08 Thread Karl Heinz Marbaise (JIRA)

[ 
https://issues.apache.org/jira/browse/MNG-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995660#comment-14995660
 ] 

Karl Heinz Marbaise commented on MNG-5830:
--

Based on the error message i would assume so...cause the mvn script of mvn 
3.3.X needs the variable multiModuleProjectDirectory which is introduced into 
Maven 3.3.Xso there is a mismatch between those things...BTW: is 
{{/home/buildslave2/slave2/tools/maven/latest3/}} pointing to correct 
location...

> 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
>  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)


[jira] [Commented] (MNG-5830) maven.multiModuleProjectDirectory system propery is not set

2015-11-08 Thread Karl Heinz Marbaise (JIRA)

[ 
https://issues.apache.org/jira/browse/MNG-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995666#comment-14995666
 ] 

Karl Heinz Marbaise commented on MNG-5830:
--

If i take a look into the log file i can see that maven is called but the path 
does not contains a reference to Maven so...Neither i do have access to the 
buildbot server...

> 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
>  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)


[jira] [Commented] (MNG-5830) maven.multiModuleProjectDirectory system propery is not set

2015-11-08 Thread Karl Heinz Marbaise (JIRA)

[ 
https://issues.apache.org/jira/browse/MNG-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995647#comment-14995647
 ] 

Karl Heinz Marbaise commented on MNG-5830:
--

What is in your path? The problem i assume is that you have an older version of 
maven in your PATH (PATH=..:/.../apache-maven-3.2.5/bin/ for example Maven 
3.2.5) but you would like to use Maven 3.3.X where the shell script become some 
needed changes to support other things...

> 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
>  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)


[jira] [Commented] (MNG-5830) maven.multiModuleProjectDirectory system propery is not set

2015-11-08 Thread Ralph Goers (JIRA)

[ 
https://issues.apache.org/jira/browse/MNG-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995662#comment-14995662
 ] 

Ralph Goers commented on MNG-5830:
--

I have no way of knowing. I don't believe I have access to the buildbot server.

> 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
>  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)


[jira] [Commented] (MNG-5830) maven.multiModuleProjectDirectory system propery is not set

2015-11-08 Thread Ralph Goers (JIRA)

[ 
https://issues.apache.org/jira/browse/MNG-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14995653#comment-14995653
 ] 

Ralph Goers commented on MNG-5830:
--

I'd be surprised if that was the case for buildbot.  Please see 
https://ci.apache.org/builders/log4j2-nightly/builds/98/steps/compile/logs/stdio

> 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
>  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)


[jira] [Commented] (MNG-5830) maven.multiModuleProjectDirectory system propery is not set

2015-10-21 Thread Matthew Boyd (JIRA)

[ 
https://issues.apache.org/jira/browse/MNG-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14967632#comment-14967632
 ] 

Matthew Boyd commented on MNG-5830:
---

I was able to resolve this issue by adding the following to my .bash_profile:
export MAVEN_OPTS="-Dmaven.multiModuleProjectDirectory=$M2_HOME"

> 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)


[jira] [Commented] (MNG-5830) maven.multiModuleProjectDirectory system propery is not set

2015-10-21 Thread Krzysztof Sobkowiak (JIRA)

[ 
https://issues.apache.org/jira/browse/MNG-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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)


[jira] [Commented] (MNG-5830) maven.multiModuleProjectDirectory system propery is not set

2015-10-21 Thread Ralph Goers (JIRA)

[ 
https://issues.apache.org/jira/browse/MNG-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14967961#comment-14967961
 ] 

Ralph Goers commented on MNG-5830:
--

How did you determine that that was the correct value to supply?

> 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
>  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)


[jira] [Commented] (MNG-5830) maven.multiModuleProjectDirectory system propery is not set

2015-08-11 Thread Richard Melvin (JIRA)

[ 
https://issues.apache.org/jira/browse/MNG-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14692483#comment-14692483
 ] 

Richard Melvin commented on MNG-5830:
-

Exact same behavior on windows with cygwin

$ export M2_HOME=/cygdrive/c/bin/apache-maven-3.2.5/

$ mvn --version
Apache Maven 3.2.5 (12a6b3acb947671f09b81f49094c53f426d8cea1; 
2014-12-14T17:29:23+00:00)
Maven home: C:\bin\apache-maven-3.2.5
Java version: 1.8.0_45, vendor: Oracle Corporation
Java home: C:\Program Files\Java\jdk1.8.0_45\jre
Default locale: en_GB, platform encoding: Cp1252
OS name: windows 8.1, version: 6.3, arch: amd64, family: dos

$ export M2_HOME=/cygdrive/c/bin/apache-maven-3.3.1/

$ mvn --version
-Dmaven.multiModuleProjectDirectory system propery is not set. Check $M2_HOME 
environment variable and mvn script match.

is there anyone it works for?


 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)


[jira] [Commented] (MNG-5830) maven.multiModuleProjectDirectory system propery is not set

2015-06-15 Thread Ralph Goers (JIRA)

[ 
https://issues.apache.org/jira/browse/MNG-5830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14587489#comment-14587489
 ] 

Ralph Goers commented on MNG-5830:
--

We are seeing this error building the site for Log4j 2 with buildbot. I can't 
find any documentation on this property. What is it for and why does its 
absence now cause builds to fail?

 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)