commit | ba1a6c48f51bac344efb2b271ffb56d48352e6bf | [log] [tgz] |
---|---|---|
author | Aaron Coburn <acoburn@apache.org> | Wed Sep 12 08:37:25 2018 -0400 |
committer | Aaron Coburn <acoburn@apache.org> | Wed Sep 12 08:37:25 2018 -0400 |
tree | 0f456fadbc0f9114711ab8c6ad18e4233ea1f0bd | |
parent | 91302a7e437180f0a0ed99153db711c17871dc11 [diff] |
TAMAYA-349: Ensure Tamaya builds on JDK 11
This is the sandbox of Apache Tamaya. The sandbox contains additional modules (extensions) of Apache Tamaya (incubating) which are not mature enough to be part of Apache Tamaya itself or the official extensions of Apache Tamaya.
The Apache Tamaya project is built with Maven 3 and Java 8, so you need JDK >=1.8 and a reasonable version of maven installed on your computer.
Then you can build Tamaya Sandbox via:
$ export MAVEN_OPTS="-Xmx512m -XX:PermGenSpace=200m" $ mvn
Apart from integration into ASF CI there's a travis build: