Repository: incubator-tamaya-sandbox Updated Branches: refs/heads/master c3bf3f71e -> 2679548b0
TAMAYA-279: Update docs due to Java8 Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/2679548b Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/2679548b Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/2679548b Branch: refs/heads/master Commit: 2679548b05b4b93b3b0a5cb1b2d028c997f9c4c1 Parents: c3bf3f7 Author: Phil Ottlinger <[email protected]> Authored: Thu Oct 26 07:46:18 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Thu Oct 26 07:46:18 2017 +0200 ---------------------------------------------------------------------- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/blob/2679548b/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 324bd84..9793f25 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Apache Tamaya (incubating) Sandbox This is the sandbox of [Apache Tamaya](https://tamaya.incubator.apache.org). -The sandbox contains additional modules (extensions) -of Apache Tamaya (incubating) **which are not mature enough** +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. @@ -14,15 +14,15 @@ of Apache Tamaya. mature enough. * A sandbox module should have it's own build chain in [Tamaya's Jenkins view](https://builds.apache.org/view/S-Z/view/Tamaya/) - + ## Building Apache Tamaya Sandbox -The Apache Tamaya project is built with [Maven 3](https://maven.apache.org/) and [Java 7](https://java.sun.com/), so you need JDK >=1.7 and a reasonable version of maven +The Apache Tamaya project is built with [Maven 3](https://maven.apache.org/) and [Java 8](https://java.sun.com/), so you need JDK >=1.8 and a reasonable version of maven installed on your computer. -Then you can build Tamaya by the following command: +Then you can build Tamaya Sandbox via: ``` $ export MAVEN_OPTS="-Xmx512m -XX:PermGenSpace=200m" $ mvn
