You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Stotler, John" <Jo...@espn.com> on 2009/03/27 15:08:08 UTC

Issue with jsf-api and JSTL 1.2

I am trying to add a dependency on jsf-api, but it has a dependency on jstl
1.2. 

It fails every time because it is looking for:

javax/servlet/jsp/jstl/jstl/1.2/jstl-1.2.pom


This appears to be the incorrect location, it should be at:

javax/servlet/jstl/1.2/jstl-1.2.pom


If I am correct, then either:

a) The pom file for jsf-api is wrong, or
B) The artifact for jstl is in the wrong location.

I'm hoping this is the correct place to report this.


Thanks,
John