Skip to content

Commit

Permalink
Combine GitHub Maven repositories to 1 wildcard repository to help wi…
Browse files Browse the repository at this point in the history
…th build times.
  • Loading branch information
Michael7371 authored and John-Wiens committed Dec 24, 2024
1 parent 4d76447 commit e9b6079
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions jpo-deduplicator/jpo-deduplicator/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@
<username>jpo_deduplicator</username>
<password>${env.MAVEN_GITHUB_TOKEN}</password>
</server>
<server>
<id>github_jpo_ode</id>
<username>jpo_deduplicator</username>
<password>${env.MAVEN_GITHUB_TOKEN}</password>
</server>
<server>
<id>github_jpo_geojsonconverter</id>
<username>jpo_deduplicator</username>
<password>${env.MAVEN_GITHUB_TOKEN}</password>
</server>
</servers>
<profiles>
<profile>
Expand All @@ -27,23 +17,7 @@
<repository>
<id>github</id>
<name>GitHub JPO Conflict Monitor</name>
<url>https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/jpo-conflictmonitor</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>github_jpo_ode</id>
<name>GitHub JPO ODE</name>
<url>https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/jpo-ode</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>github_jpo_geojsonconverter</id>
<name>GitHub JPO GeojsonConverter</name>
<url>https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/jpo-geojsonconverter</url>
<url>https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/*</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit e9b6079

Please sign in to comment.