C:\joacim\Projects\Mule\SoiToolkitSetup\target and then when the commands in /target/antrun/build-main.xml are executed e.g.
<echo>#######################################################################################</echo>
<echo>Build the service description component, requires $MAVEN_HOME/bin to be in $PATH</echo>
<echo>#######################################################################################</echo>
<exec dir="C:\v008789\Projects\Mule\SoiToolkitSetup\target/soitoolkit-populate-local-maven-repo-sdc-schemas" executable="mvn" failonerror="true" osfamily="unix">
<arg line="-s"/>
<arg line="C:\joacim\Projects\Mule\SoiToolkitSetup\target/settings.xml"/>
<arg line="install eclipse:eclipse"/>
</exec>
it uses the downloaded settings.xml file instead of the one in {USER_HOME}/.m2
We are using Sonatype's Nexus but doesn't seem to have this proxy configuration (at least with restrictions).
Anyway, I have it working with the global config
Thanks for your reply.
Regards
Joacim