You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Carlos Sanchez (JIRA)" <ji...@codehaus.org> on 2006/01/18 19:25:40 UTC

[jira] Closed: (MEV-307) relocation of xerces/xerces/2.0.2 to xerces/xercesImpl/2.0.2

     [ http://jira.codehaus.org/browse/MEV-307?page=all ]
     
Carlos Sanchez closed MEV-307:
------------------------------

     Assign To: Carlos Sanchez
    Resolution: Duplicate

> relocation of xerces/xerces/2.0.2 to xerces/xercesImpl/2.0.2
> ------------------------------------------------------------
>
>          Key: MEV-307
>          URL: http://jira.codehaus.org/browse/MEV-307
>      Project: Maven Evangelism
>         Type: Bug

>     Reporter: Olivier Lamy
>     Assignee: Carlos Sanchez

>
>
> As made for xml-apis/xml-apis/2.0.2.
> Could you relocate xerces/xerces/2.0.2 to xerces/xercesImpl/2.0.2.
> Due to the transitive dependencies mechanism.
> I can in my WEB-INF/lib the following jars : xerces/xerces/2.0.2 and xerces/xercesImpl/2.7.1
> This situation is not very comfortable.
> My proposal is to move all the stuff in http://www.ibiblio.org/maven2/xerces/xerces/2.0.2/  to http://www.ibiblio.org/maven2/xerces/xercesImpl/2.0.2/
> And change http://www.ibiblio.org/maven2/xerces/xerces/2.0.2/xerces-2.0.2.pom 
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>xerces</groupId>
>   <artifactId>xerces</artifactId>
>   <version>2.0.2</version>
> </project>
> to
> <project>
>   <modelVersion>4.0.0</modelVersion>
>   <groupId>xerces</groupId>
>   <artifactId>xerces</artifactId>
>   <version>2.0.2</version>
>   <distributionManagement>
>     <relocation>
>       <groupId>xerces</groupId>
>       <artifactId>xercesImpl/</artifactId>
>       <version>2.0.2</version>
>     </relocation>
>   </distributionManagement>
> </project>
> And probably doing the same for all in http://www.ibiblio.org/maven2/xerces/xerces/
> WDYT ?
> - Olivier

-- 
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org