Skip to content

Commit

Permalink
BACKLOG-22654: Add missing Maven server for the test module release (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rknj committed Apr 23, 2024
1 parent 47fba14 commit b80e09c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/maven.settings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
<username>${env.NEXUS_USERNAME}</username>
<password>${env.NEXUS_PASSWORD}</password>
</server>
<server>
<id>jahia-releases</id>
<username>${env.NEXUS_USERNAME}</username>
<password>${env.NEXUS_PASSWORD}</password>
</server>
<server>
<id>jahia-internal</id>
<username>${env.NEXUS_USERNAME}</username>
Expand Down

0 comments on commit b80e09c

Please sign in to comment.