Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

multiModuleProjectDirectory system property is not set

sod-meesJan 14 2020 — edited Jan 14 2020

Hello, using JDeveloper 12.2.1.2, I'm trying to use Maven 3.6.0 with the IDE but I keep getting the following error:

-Dmaven.multiModuleProjectDirectory system property is not set.Process exited with exit code 1.

I tried to define this property in different ways, but it's always ignored by JDeveloper.

The following article gives a summary of my trials/errors:

https://stackoverflow.com/questions/38200079/dmaven-multimoduleprojectdirectory-system-property-is-not-set-in-jdeveloper…

My solution for the moment: sticking with maven v3.2.5 for the integrated version of Maven in JDeveloper.

NB: Maven works great for my JDeveloper workspace when using a command line mvn (v3.6.x).

Comments
Post Details
Added on Jan 14 2020
7 comments
1,263 views