Supposing my maven project is located in /some/location/project and my current location is /another/location/ how can I run maven build without cha
/some/location/project
/another/location/
For me, works this way: mvn -f /path/to/pom.xml [goals]
mvn -f /path/to/pom.xml [goals]