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

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -

collision detection - C++ library for mesh to mesh intersection: what is available? -