https://github.com/javaee/servlet-spec
The API and Issue Tracker for the JCP Standard Java Servlet Specification
https://github.com/javaee/servlet-spec
Last synced: 9 months ago
JSON representation
The API and Issue Tracker for the JCP Standard Java Servlet Specification
- Host: GitHub
- URL: https://github.com/javaee/servlet-spec
- Owner: javaee
- License: other
- Archived: true
- Created: 2017-04-26T05:57:11.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T09:43:56.000Z (over 7 years ago)
- Last Synced: 2025-04-11T13:30:51.154Z (9 months ago)
- Language: Java
- Homepage: https://javaee.github.io/servlet-spec/
- Size: 32.8 MB
- Stars: 257
- Watchers: 34
- Forks: 87
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
#### :warning: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](https://github.com/eclipse-ee4j/servlet-api). See [here](https://www.eclipse.org/ee4j/status.php) 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`