Make IntelliJ IDEA use a different pom file for maven project -
i have maven project imported in intellij idea. technical reasons, have 2 pom files - pom.xml
, pom-local.xml
.
i can use alternative pom file manually using mvn -f pom-local.xml install
. idea uses pom.xml
can't find option change pom-local.xml
. ideas how make idea use alternative pom file?
Comments
Post a Comment