Repository: maven-surefire
Updated Branches:
  refs/heads/master f95b8eec4 -> 6d4d3b69a


[SUREFIRE] README


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/6d4d3b69
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/6d4d3b69
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/6d4d3b69

Branch: refs/heads/master
Commit: 6d4d3b69a877278eb5e9229f4c413127efedc3a1
Parents: f95b8ee
Author: Tibor17 <tibo...@lycos.com>
Authored: Thu Jan 14 14:27:58 2016 +0100
Committer: Tibor17 <tibo...@lycos.com>
Committed: Thu Jan 14 14:27:58 2016 +0100

----------------------------------------------------------------------
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/6d4d3b69/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8787060..05ec87d 100644
--- a/README.md
+++ b/README.md
@@ -16,10 +16,11 @@
 
 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 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"
+* -DmavenHomeUsed= path to a Maven 2.x home or -Pmaven-2.2.1, this profile 
will download Maven 2.2.1 distribution.
+  Use it to run 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"
+* $ mvn install site site:stage -P reporting,run-its
 
 Deploying web site
 ------------------

Reply via email to