Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Maven dependency for JSTL

843840Feb 13 2008 — edited Oct 3 2008
Hi all,

I would like to use JSTL tags for jsp as <c:...> I'm having trouble identifying the artifact that I should add to my Maven pom. Has anyone used JSTL with Maven?

I have tried adding the following:
<dependency>
    <groupId>javax.servlet</groupId>
    <artifactId>jstl</artifactId>
    <version>1.1.2</version>
    <scope>compile</scope>
</dependency>
This resulted in a jstl-1.1.2.jar in my WEB-INF/lib directory. All packages in this jar are like javax.servlet.jsp.jstl whereas the tld that I got refers to org.apache.taglibs.standard.tlv.JstlCoreTLV. Can anyone direct me to either the correct tld file or to the correct Maven dependency?

Thanks,
Regards
Peter
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 31 2008
Added on Feb 13 2008
3 comments
1,505 views