I'd like to set the ftp servers for deploying from STS as described here: http://maven.apache.org/plugins/maven-deploy-plugin/examples/deploy-ftp.html
It should be in the settings.xml. According to documentation settings is in either of 2:
- The Maven install: $M2_HOME/conf/settings.xml
- A user's install: ${user.home}/.m2/settings.xml
Where is the $M2_HOME. In other terms when working from STS(Eclipse), what is the installation folder for maven in this case. I can't find a settings.xml in ${user.home}/.m2/ . I worked under Windows 7
Those 2 threads are related but do not provide a clear answer that worked for me at least:
- maven doesnt seem to be installing with springsource tool suite
- Eclipse (STS) + Maven , I have nothing appearing in the screenshot suggested in this last thread.
Thx in advance