update maven settings

This commit is contained in:
2024-08-29 07:55:41 +10:00
parent 5398c19443
commit 5cda198771

View File

@@ -2,6 +2,10 @@
<profiles>
<profile>
<id>homelab</id>
<properties>
<altSnapshotDeploymentRepository>nexus-snapshot::${env.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL}</altSnapshotDeploymentRepository>
<altReleaseDeploymentRepository>nexus-release::${env.RELEASE_DEPLOYMENT_REPOSITORY_URL}</altReleaseDeploymentRepository>
</properties>
<repositories>
<repository>
<id>nexus-snapshot</id>