Skip to content

Commit

Permalink
Merge pull request #132 from usdot-jpo-ode/github-artifact-download-o…
Browse files Browse the repository at this point in the history
…ptimization

Build Time Optimization
  • Loading branch information
John-Wiens authored Dec 24, 2024
2 parents 07bf763 + 4a01d6a commit 1eca80b
Showing 1 changed file with 1 addition and 40 deletions.
41 changes: 1 addition & 40 deletions jpo-conflictvisualizer-api/settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,6 @@
<username>jpo_conflictvisualizer</username>
<password>${env.MAVEN_GITHUB_TOKEN}</password>
</server>
<server>
<id>github_jpo_ode</id>
<username>jpo_conflictvisualizer</username>
<password>${env.MAVEN_GITHUB_TOKEN}</password>
</server>
<server>
<id>github_jpo_geojsonconverter</id>
<username>jpo_conflictvisualizer</username>
<password>${env.MAVEN_GITHUB_TOKEN}</password>
</server>
<server>
<id>github_jpo_conflictmonitor</id>
<username>jpo_conflictvisualizer</username>
<password>${env.MAVEN_GITHUB_TOKEN}</password>
</server>
</servers>
<profiles>
<profile>
Expand All @@ -32,31 +17,7 @@
<repository>
<id>github</id>
<name>GitHub Apache Maven Packages</name>
<url>https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/jpo-ode</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>
<snapshots>
<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>
<url>https://maven.pkg.github.com/${env.MAVEN_GITHUB_ORG}/*</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit 1eca80b

Please sign in to comment.