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

Latest commit

 

History

History
22 lines (13 loc) · 320 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 320 Bytes

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