Updated Home (markdown)

Les Hazlewood 2020-03-12 16:53:02 -04:00
parent 40bff6a4de
commit 0f661c4bf1
1 changed files with 7 additions and 0 deletions

@ -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