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