Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 537883c78 -> a5584632e
TAMAYA-279: Update docs due to Java8 Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/a5584632 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/a5584632 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/a5584632 Branch: refs/heads/master Commit: a5584632eeb5af453775e93efc6561e60cf03baf Parents: 537883c Author: Phil Ottlinger <[email protected]> Authored: Thu Oct 26 07:46:24 2017 +0200 Committer: Phil Ottlinger <[email protected]> Committed: Thu Oct 26 07:46:24 2017 +0200 ---------------------------------------------------------------------- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/a5584632/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index e7057ed..762398e 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,19 @@ There are at least two main usage scenarios for Tamaya, which are synergetic: allows them to add their own configuration mechanisms such as databases, datagrids or REST services. More information on Tamaya can be found on the [homepage of Apache Tamaya](https://tamaya.incubator.apache.org/). - + ## Tamaya Extensions The extensions module contains all currently available and supported extension modules to enhance and use Tamaya more broadly. ## Building Apache Tamaya Extensions -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 extensions via: ``` $ export MAVEN_OPTS="-Xmx512m -XX:PermGenSpace=200m" -$ mvn +$ mvn ```
