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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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