Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 472 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 472 Bytes

JBoss JSTL API Spec 1.2

What is this

This is fork of Apache's JSTL 1.2 implementation with few extra fixes to make it work better inside WildFly's modular classloader.

Upstream used: https://svn.apache.org/repos/asf/tomcat/taglibs/standard/

Building

Ensure you have JDK 7 (or newer) installed

java -version

Ensure your have Maven 3.1.0 (or newer) installed then you can do

mvn clean install