You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by "Edwin Punzalan (JIRA)" <ji...@codehaus.org> on 2005/11/08 02:09:06 UTC

[jira] Commented: (MEV-177) older jstl jars in old location need relocation tag added

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

Edwin Punzalan commented on MEV-177:
------------------------------------

Something must have gone wrong during the update of 1.0.2... In our copies in SVN, 1.0.2 has the relocation.

Maybe Carlos can shed some light into this. ^_^

> older jstl jars in old location need relocation tag added
> ---------------------------------------------------------
>
>          Key: MEV-177
>          URL: http://jira.codehaus.org/browse/MEV-177
>      Project: Maven Evangelism
>         Type: Bug
>   Components: Invalid POM
>     Reporter: Tomislav Stojcevich
>     Assignee: Edwin Punzalan
>  Attachments: MEV-177-jstl.jstl.patch, jstl-1.0.1.pom, jstl-1.0.2.pom, jstl-1.0.3.pom, jstl-1.0.4.pom, jstl-1.0.5.pom, jstl-1.0.pom, jstl-1.1.0.pom, jstl-1.1.1.pom
>
>
> The 2 newest versions (1.0.6 and 1.1.2) have the relocation tag to give a warning.
> All older versions need to have the tag added as well.
> The tag needs to be added because in one of my projects I am using the new groupId (javax.servlet), but some of the transient dependencies are declared with the older groupId (jstl.jstl).
> In my project I use javax.servlet.jstl-1.0.6.jar, I have a transient dependency that uses jstl.jstl-1.0.2.jar.  The result is that both jars get put in my classpath (and in my WEB-INF/lib) with the older one first (since it sorts that way alphabetically) which is not desirable.  If they had the same groupId maven would use the new one only.
> Attached are the updated poms for all older versions with the relocation tag to give the warning.

-- 
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