updates jbake tech-stack so the maven build works on M1+ machines
fixes inconsistent asciidoc style in various ad files
beautifies formatting in several enumerations for better readability and UX
adds `window=_blank` to many URLs in ad files
adjusts ICLA ref to PDF version, as icla.txt has been dropped permanently
29 files changed
tree: 279b86d101b67f8fea1bf67181632b8410561c78
  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