mirror of https://github.com/jwtk/jjwt.git
Updated Home (markdown)
parent
40bff6a4de
commit
0f661c4bf1
7
Home.md
7
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
|
||||
|
|
Loading…
Reference in New Issue