Skip to content

Instantly share code, notes, and snippets.

@alexandramartinez
Created March 1, 2023 16:27
Show Gist options
  • Save alexandramartinez/6ea6f1fad1488b8309e4d7b890c06c4e to your computer and use it in GitHub Desktop.
Save alexandramartinez/6ea6f1fad1488b8309e4d7b890c06c4e to your computer and use it in GitHub Desktop.
<?xml version="1.0"?>
<settings>
<pluginGroups>
<pluginGroup>org.mule.tools</pluginGroup>
</pluginGroups>
<servers>
<server>
<id>MuleRepository</id>
<username>${nexus_username}</username>
<password>${nexus_password}</password>
</server>
</servers>
<profiles>
<profile>
<id>Mule</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>MuleRepository</id>
<name>MuleRepository</name>
<url>https://repository.mulesoft.org/nexus-ee/content/repositories/releases-ee/</url>
<layout>default</layout>
<releases>
<enabled>true</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
</settings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment