I just want to change the default location of pom.xml file of my maven project in eclipse
Current location: MY-Project/pom.xml
Need to change with: My-Project/some_dir/pom.xml
Note: eclipse should look for the newly located pom.xml and resolve all are the dependencies
Thanks!