Having trouble running Maven Core with in an IDE.

I've tried all the pages under
https://maven.apache.org/guides/development/guide-maven-development.html
but nothing specific about running within an IDE.

I'm trying to use IntelliJ and get the following output.
/Library/Java/JavaVirtualMachines/jdk1.8.0_341.jdk/Contents/Home/bin/java
... org.apache.maven.cli.MavenCli -ep
-Dmaven.multiModuleProjectDirectory system property is not set.
Process finished with exit code 1

I'm trying to launch org.apache.maven.cli.MavenCli
I'm setting the working directory to where my test pom is.

Any useful pages that might be good to look at?

John

Reply via email to