Project

General

Profile

Actions

Architecture #2287

closed

Change URL for uploading rudder artefacts

Added by Nicolas PERRON about 12 years ago. Updated about 12 years ago.

Status:
Released
Priority:
1
Assignee:
Nicolas PERRON
Category:
Architecture - Dependencies
Target version:
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

Also available in: Atom PDF