Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.
/ servlet-spec Public archive

The API and Issue Tracker for the JCP Standard Java Servlet Specification

License

Notifications You must be signed in to change notification settings

javaee/servlet-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d3d0f3b · Jun 6, 2018
Mar 7, 2018
Jul 19, 2017
Jun 6, 2018
Apr 19, 2017
Jun 6, 2018
Apr 20, 2018
Apr 25, 2017
Apr 20, 2018
Apr 25, 2017

Repository files navigation

⚠️This project is now part of the EE4J initiative. This repository has been archived as all activities are now happening in the corresponding Eclipse repository. See here for the overall EE4J transition status.


Java Servlet API

Building

Prerequisites:

  • JDK8+
  • Maven 3.0.3+

Run the build:

mvn install

The build runs copyright check and generates the jar, sources-jar and javadoc-jar by default.

Checking findbugs

mvn -DskipTests -Dfindbugs.threshold=Low findbugs:findbugs