This settings.xml
file is created for the Circuit Breaker Policy tutorial.
To use this file, you can either download it or copy the content and paste it on your own file. Make sure it's inside the .m2
folder.
- For Windows:
C:\Users\<user>\.m2
- For Mac:
${user.home}/.m2
Once you have it in your local computer, replace the following credentials in the server
section:
- For
MuleRepository
, replace theusername
andpassword
fields with your Mule EE Nexus repository credentials. - For
exchange-server
, replace theusername
andpassword
fields with your Anypoint Platform credentials.
For example, if you access Anypoint Platform with the username maxthemule
and password maxrocks
, then your credentials should look like this:
...
<server>
<id>exchange-server</id>
<username>maxthemule</username>
<password>maxrocks</password>
</server>
...