Repository: maven-surefire Updated Branches: refs/heads/SUREFIRE-1217 e2d85bdc3 -> 1b7ade292 (forced update)
[SUREFIRE] Badges to README.md Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/7b7e47a2 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/7b7e47a2 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/7b7e47a2 Branch: refs/heads/SUREFIRE-1217 Commit: 7b7e47a20830f0a6fb62c8e13d29489d580606cb Parents: 62009ac Author: Tibor17 <tibo...@lycos.com> Authored: Sun Jan 10 22:13:24 2016 +0100 Committer: Tibor17 <tibo...@lycos.com> Committed: Sun Jan 10 22:13:24 2016 +0100 ---------------------------------------------------------------------- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/7b7e47a2/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index bb8ee6b..0958be6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [](https://maven-badges.herokuapp.com/maven-central/org.apache.maven.surefire/surefire) [](http://www.apache.org/licenses/LICENSE-2.0.html) -[](http://d7.mnpk.org/jcb/jenkins/c/http/builds.apache.org/job/maven-surefire?style=flat-square) +[](https://img.shields.io/jenkins/c/https/builds.apache.org/maven-surefire.svg) [](https://builds.apache.org/job/maven-surefire) [](https://builds.apache.org/job/maven-surefire-windows) [](https://builds.apache.org/job/maven-surefire-mvn-2.2.1) @@ -10,7 +10,7 @@ Surefire needs Maven 3.0.5 and JDK 1.6+ to be built. But in order to run IT tests, you can do: * -DmavenHomeUsed= path to a Maven 2.x home -* or -Pmaven-2.2.1, this profile will download a Maven 2.2.1 distrib and use it for integration tests. +* or -Pmaven-2.2.1, this profile will download Maven 2.2.1 distribution and use it for integration tests. In order to run tests for a release check during the vote the following memory requirements are needed: export MAVEN_OPTS="-Xmx768m -XX:MaxPermSize=1g -XX:SoftRefLRUPolicyMSPerMB=50 -Djava.awt.headless=true"