Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.2
-
Fix Version/s: 1.3
-
Component/s: None
-
Labels:None
Description
on ibiblio in xstream-1.2.2.pom there is following repository-definition:
<repositories>
<repository>
<id>codehaus-repository</id>
<name>Codehaus Repository</name>
<url>http://repository.codehaus.org</url>
</repository>
</repositories>
Here the id is 'codehaus-repository' but usual 'codehaus' is used as id for codehaus repository.
This different codehaus-id makes troubles in case of using maven-mirror for codehaus. My workaround is, to specify an extra mirror for 'codehaus-repository'. Because XStream is in my projectDependencies the only project, which uses the different id: Could you use the standard repository id for codehaus - 'codehaus' - , too?
There's no convention how repository ids should be named. AndI know at least 5 other Codehaus projects using this ids. However, the XStream POM does no longer declare any repository, since it has been declared bad practice by the Maven folks. You may try a SNPAHSOT to ensure this.