History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: XSTR-471
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Joerg Schaible
Reporter: Sabine Plunder
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
XStream

maven xstream-1.2.2.pom uses unusual id for codehaus repository

Created: 24/Jan/08 08:43 AM   Updated: 25/Feb/08 05:02 PM
Component/s: None
Affects Version/s: 1.2.2
Fix Version/s: 1.3


 Description  « Hide
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&lt;/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?

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Joerg Schaible - 24/Jan/08 08:51 AM
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.

Joerg Schaible - 25/Feb/08 05:02 PM
Closing issues before next release.