Skip to content

Commit

Permalink
Updating Settings to include Conflict Monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Wiens committed Nov 14, 2024
1 parent d222547 commit 55a539f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions jpo-conflictvisualizer-api/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<username>jpo_conflictmonitor</username>
<password>${env.MAVEN_GITHUB_TOKEN}</password>
</server>
<server>
<id>github_jpo_conflictmonitor</id>
<username>jpo_conflictmonitor</username>
<password>${env.MAVEN_GITHUB_TOKEN}</password>
</server>
</servers>
<profiles>
<profile>
Expand All @@ -35,6 +40,14 @@
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>github_jpo_conflictmonitor</id>
<name>GitHub JPO ConflictMonitor</name>
<url>https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/jpo-conflictmonitor</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
</repositories>
</profile>
</profiles>
Expand Down

0 comments on commit 55a539f

Please sign in to comment.