Quantcast
Channel: Active questions tagged config - Stack Overflow
Viewing all articles
Browse latest Browse all 5057

IntelliJ - maven.config and jvm.config files are ignored by IntelliJ run configuration

$
0
0


In my Maven project, I have a .mvn folder where my maven.config and jvm.config files are located for project-specific arguments. I develop with IntelliJ and when I run a maven configuration (either with the bundled maven or a custom maven installation), the arguments in those files are not picked up during the build.
However, when I run the same maven goal over the terminal with a custom maven installation, the arguments all get picked up.

How do I have to configure IntelliJ so the maven.config and jvm.config are being picked up?


Viewing all articles
Browse latest Browse all 5057

Trending Articles