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>
Updated by Nicolas PERRON almost 13 years ago
- Status changed from New to Pending technical review
- % Done changed from 0 to 100
Applied in changeset 24c08bbb34a10b73f2b7b86f866845b2e0a9cc79.
Updated by François ARMAND almost 13 years ago
- Status changed from Pending technical review to 2
ID of the two repository should be different, say: snapshot.nexus.normation.com and release.nexus.normation.com.
Updated by François ARMAND almost 13 years ago
- Status changed from 2 to Pending technical review
The proposed modification will be tracked in #2293
Updated by François ARMAND almost 13 years ago
- Status changed from Pending technical review to Released
Actions