update settings
This commit is contained in:
@@ -2,18 +2,39 @@
|
|||||||
<profiles>
|
<profiles>
|
||||||
<profile>
|
<profile>
|
||||||
<id>homelab</id>
|
<id>homelab</id>
|
||||||
<properties>
|
<repositories>
|
||||||
<altSnapshotDeploymentRepository>${env.DEPLOYMENT_REPOSITORY_ID}::${env.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL}</altSnapshotDeploymentRepository>
|
<repository>
|
||||||
<altReleaseDeploymentRepository>${env.DEPLOYMENT_REPOSITORY_ID}::${env.RELEASE_DEPLOYMENT_REPOSITORY_URL}</altReleaseDeploymentRepository>
|
<id>nexus-snapshot</id>
|
||||||
</properties>
|
<name>Home Lab Nexus Snapshot</name>
|
||||||
|
<releases>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
<updatePolicy>always</updatePolicy>
|
||||||
|
<checksumPolicy>warn</checksumPolicy>
|
||||||
|
</snapshots>
|
||||||
|
<url>${env.SNAPSHOT_DEPLOYMENT_REPOSITORY_URL}</url>
|
||||||
|
<layout>default</layout>
|
||||||
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>nexus-release</id>
|
||||||
|
<name>Home Lab Nexus Release</name>
|
||||||
|
<releases>
|
||||||
|
<enabled>true</enabled>
|
||||||
|
<updatePolicy>always</updatePolicy>
|
||||||
|
<checksumPolicy>warn</checksumPolicy>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
<url>${env.RELEASE_DEPLOYMENT_REPOSITORY_URL}</url>
|
||||||
|
<layout>default</layout>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
</profile>
|
</profile>
|
||||||
</profiles>
|
</profiles>
|
||||||
<servers>
|
<servers>
|
||||||
<server>
|
|
||||||
<id>github</id>
|
|
||||||
<username>${env.GITHUB_ACTOR}</username>
|
|
||||||
<password>${env.GITHUB_TOKEN}</password>
|
|
||||||
</server>
|
|
||||||
<server>
|
<server>
|
||||||
<id>nexus</id>
|
<id>nexus</id>
|
||||||
<username>${env.NEXUS_USERNAME}</username>
|
<username>${env.NEXUS_USERNAME}</username>
|
||||||
|
|||||||
Reference in New Issue
Block a user