Skip to content

Commit

Permalink
Reading Maven package repo URL from a environment variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jardo-51 committed Jan 8, 2025
1 parent 47ad03a commit 976bfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<repository>
<id>github</id>
<name>GitHub Apache Maven Packages</name>
<url>https://maven.pkg.github.com/maven-flow/demo-lib</url>
<url>${MAVEN_PKG_REPO_URL}</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 976bfef

Please sign in to comment.