update maven settings

This commit is contained in:
2024-08-29 08:07:59 +10:00
parent 5cda198771
commit 9221c4af81

View File

@@ -7,6 +7,16 @@
<altReleaseDeploymentRepository>nexus-release::${env.RELEASE_DEPLOYMENT_REPOSITORY_URL}</altReleaseDeploymentRepository>
</properties>
<repositories>
<repository>
<id>nexus-central</id>
<name>Home Lab Nexus Maven Central</name>
<releases>
<enabled>true</enabled>
<checksumPolicy>warn</checksumPolicy>
</releases>
<url>${env.NEXUS_CENTRAL_REPOSITORY_URL}</url>
<layout>default</layout>
</repository>
<repository>
<id>nexus-snapshot</id>
<name>Home Lab Nexus Snapshot</name>