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 #1

Updated by Nicolas PERRON about 12 years ago

  • Status changed from New to Pending technical review
  • % Done changed from 0 to 100
Actions #2

Updated by François ARMAND about 12 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.

Actions #3

Updated by François ARMAND about 12 years ago

  • Status changed from 2 to Pending technical review

The proposed modification will be tracked in #2293

Actions #4

Updated by François ARMAND about 12 years ago

  • Status changed from Pending technical review to Released
Actions

Also available in: Atom PDF