Project

General

Profile

Actions

Bug #10126

closed

Bug #10120: Use correct repository definition in pom.xml (rudder-parent-pom)

Use correct repository definition in pom.xml (rudder-commons)

Added by François ARMAND about 7 years ago. Updated over 6 years ago.

Status:
Released
Priority:
2
Category:
Architecture - Dependencies
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:

Description

We are using repo declaration that aren't valid anymore.

They should be:

  <repositories>
    <repository>
      <id>rudder-release</id>
      <url>http://www.rudder-project.org/maven-releases/</url>
      <layout>default</layout>
      <snapshots><enabled>false</enabled></snapshots>
    </repository>
    <repository>
      <id>rudder-snapshot</id>
      <url>http://www.rudder-project.org/maven-snapshots/</url>
      <layout>default</layout>
      <snapshots><enabled>true</enabled></snapshots>
    </repository>
  </repositories>
Actions

Also available in: Atom PDF