Actions
Architecture #2287
closedChange URL for uploading rudder artefacts
Status:
Released
Priority:
1 (highest)
Assignee:
Nicolas PERRON
Category:
Architecture - Dependencies
Target version:
Pull Request:
Effort required:
Name check:
Fix check:
Regression:
Description
We have to change pom.xml settings of rudder-parent-pom and rudder-commons in order to switch upload URL from maven.normation.com to nexus.normation.com:
<distributionManagement> <snapshotRepository> <id>nexus.normation.com</id> <name>Normation internal nexus repository for snapshots</name> <url>http://nexus.normation.com/nexus/content/repositories/snapshots</url> </snapshotRepository> <repository> <id>nexus.normation.com</id> <name>Normation internal nexus repository for release</name> <url>http://nexus.normation.com/nexus/content/repositories/releases</url> </repository> </distributionManagement>
Actions