Skip to content

Commit

Permalink
added pluginRepositories
Browse files Browse the repository at this point in the history
  • Loading branch information
Biswa committed Aug 31, 2021
1 parent 2e44af6 commit 2c83317
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>ORG_ID_TOKEN</groupId>
Expand Down Expand Up @@ -71,4 +72,18 @@
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>mulesoft-releases</id>
<name>MuleSoft Releases Repository</name>
<url>https://repository.mulesoft.org/releases/</url>
</pluginRepository>
<pluginRepository>
<id>releases-ee</id>
<name>Mule Release Repository</name>
<url>https://repository.mulesoft.org/nexus/content/repositories/releases-ee/</url>
</pluginRepository>
</pluginRepositories>


</project>

0 comments on commit 2c83317

Please sign in to comment.