[ http://jira.codehaus.org/browse/MEV-301?page=comments#action_59281 ] 

Drew Farris commented on MEV-301:
---------------------------------

For what's it's worth, the pom I'm using locally for xerces-2.2.1 in 
repository/xerces/xerces/2.2.1/ is

 <project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>xerces</groupId>
  <artifactId>xerces</artifactId>
  <version>2.2.1</version>
  <distributionManagement>
    <relocation>
      <groupId>xerces</groupId>
      <artifactId>xercesImpl</artifactId>
    </relocation>
  </distributionManagement>
</project>


> relocate xerces:xerces or xerces:xercesImpl
> -------------------------------------------
>
>          Key: MEV-301
>          URL: http://jira.codehaus.org/browse/MEV-301
>      Project: Maven Evangelism
>         Type: Bug

>     Reporter: fabrizio giustina
>     Assignee: Edwin Punzalan

>
>
> At the moment xerces jars are distributed both with the "xerces" and 
> "xercesImpl" artifact id.
> Jars are identical, at the moment some versions are in "xerces", other in 
> "xercesImpl" and some in both.
> For example the following are the same artifact:
> http://www.ibiblio.org/maven2/xerces/xerces/2.0.2/
> http://www.ibiblio.org/maven2/xerces/xercesImpl/2.0.2/
> xerces:xercesImpl should be relocated to xerces:xerces and all the jars 
> should be moved there.
> At the moment the duplicate artifact name often causes two copies of xerces 
> to be included due to transitive dependencies resolution.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to