Project

General

Profile

Actions

Bug #10120

closed

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

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>

Subtasks 5 (0 open5 closed)

Bug #10122: Use correct repository definition in pom.xml (ldap-inventory)ReleasedVincent MEMBRÉActions
Bug #10123: Use correct repository definition in pom.xml (scala-ldap)ReleasedVincent MEMBRÉActions
Bug #10124: Use correct repository definition in pom.xml (rudder)ReleasedVincent MEMBRÉActions
Bug #10126: Use correct repository definition in pom.xml (rudder-commons)ReleasedVincent MEMBRÉActions
Bug #10134: Use correct repository definition in pom.xml (cf-clerk)ReleasedVincent MEMBRÉActions
Actions

Also available in: Atom PDF