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

jboss/jboss-jstl-api_spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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