eclipse maven filename specification

eclipse, filenames, maven

Solution

Add `-f custom_pom_name.pom` to the `Goals:` section in the run configuration dialog.

Problem

How to configure maven build in eclipse to use another filename? Analog of: ``` mvn -f custom_pom_name.pom mvn --help ... -f,--file Force the use of an alternate POM file. ... ```

Original source