Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 318561

Summary: Unable to resolve JSTL libraries when using jetty-maven-plugin
Product: [RT] Jetty Reporter: j3nsch
Component: otherAssignee: Jan Bartel <janb>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: janb
Version: 8.0.0   
Target Milestone: 7.1.x   
Hardware: PC   
OS: Linux   
Whiteboard:
Attachments:
Description Flags
Error message and stack trace none

Description j3nsch CLA 2010-07-01 04:39:58 EDT
Created attachment 173176 [details]
Error message and stack trace

I am using JSTL 1.1.2 (also tried 1.2) and Jetty doesn't seem to be able to resolve the URI for the tag library (see attachment).

I am using the 'jetty-maven-plugin' without specifying a version number. It uses 8.0.0.M0 automatically. So far that has worked fine, but now have started using JSTL in my current web application. I have the correct dependencies included (javax.servlet:jstl:1.1.2 and taglibs:standard:1.1.2, or javax.servlet:jstl:1.2) and I have used JSTL successfully before, but with the 'maven-jetty-plugin'.

I am using Maven 2.2.1 and Java 1.6.0_20.

If I specify version 7.1.4.v20100610 for the plugin it works. As a workaround that is currently good enough for me, but I thought I report since I couldn't find anything about this issue regarding the latest version of the plugin (just some earlier issues connected to version 6.x).
Comment 1 Jan Bartel CLA 2010-07-01 22:18:13 EDT
Fixed in jetty-8 branch.