updates outdated building page which still referenced JDK 8 which should read 11 now
updates year in footer.ftl to 2023
3 files changed
tree: a8fd4e7b724857b914c82e325278049fcc169126
  1. .github/
  2. src/
  3. .asf.yaml
  4. .gitignore
  5. pom.xml
  6. README.md
README.md

Welcome to OpenNLP Site Source Code

Build Status GitHub license Twitter Follow

Build

mvn clean install

Test Site locally - starts a web server on Port 8080

mvn clean package jbake:inline -Djbake.port=8080 -Djbake.listenAddress=0.0.0.0