From 0f661c4bf1c51a26fd587d866fc9367ef5c9c4d8 Mon Sep 17 00:00:00 2001 From: Les Hazlewood <121180+lhazlewood@users.noreply.github.com> Date: Thu, 12 Mar 2020 16:53:02 -0400 Subject: [PATCH] Updated Home (markdown) --- Home.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Home.md b/Home.md index d7ce5d4..9bf6768 100644 --- a/Home.md +++ b/Home.md @@ -8,6 +8,13 @@ Welcome to the jjwt wiki! 1. Ensure the correct `~/.m2/settings.xml` are enabled (not using a company private repo) and the `sonatype-oss-release` and `stormpath-signature` profiles are enabled. +1. Ensure `java -version` equals JDK 7 + +1. Ensure MAVEN_OPTS is set properly: + ```bash + export MAVEN_OPTS="-Dhttps.protocols=TLSv1.2 -Xmx512m -XX:MaxPermSize=128m" + ``` + 1. Run the release build: ```bash