I am using maven2, how do I add a dependency to JSTL (The JSP Standard Tag Library) ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to add it to your pom.xml file.
In the dependencies node you need to add a reference to JSTL. You will probably need to set its scope to compile. So it would look something like this
This is assuming you have the proper references to the maven distribution repository in your pom.xml or settings.xml