Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Please, note that repository id (server id) in setting xml should be apache.releases.https. Using different id would result in failures to publish release artifacts into staging maven repo.

Java

Versions 6.4.0 and above

JDK 1.8 is required to compile java classes.

Versions below 6.4.0

JDK 1.7 is required to compile java classes. Install latest 1.7 JDK. At the moment of writing this document 1.7.0_80 JDK was the latest one.

Configure Java/Maven to use TLS 1.2

Code Block
languagebash
export JAVA_TOOL_OPTIONS="-Dhttps.protocols=TLSv1.2" 

Git

Sources are kept in a Git repository. Thus a git client is required.

...