You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2016/06/13 20:40:42 UTC

maven-integration-testing git commit: improved explanation about embedded mode

Repository: maven-integration-testing
Updated Branches:
  refs/heads/master 99318c36e -> 0de891599


improved explanation about embedded mode

Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/0de89159
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/0de89159
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/0de89159

Branch: refs/heads/master
Commit: 0de891599f8cf8c60177c6e9f569b2723cfb918c
Parents: 99318c3
Author: Herv� Boutemy <hb...@apache.org>
Authored: Mon Jun 13 22:40:31 2016 +0200
Committer: Herv� Boutemy <hb...@apache.org>
Committed: Mon Jun 13 22:40:31 2016 +0200

----------------------------------------------------------------------
 core-it-suite/src/site/apt/index.apt.vm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/0de89159/core-it-suite/src/site/apt/index.apt.vm
----------------------------------------------------------------------
diff --git a/core-it-suite/src/site/apt/index.apt.vm b/core-it-suite/src/site/apt/index.apt.vm
index cdbf980..d4cdc7f 100644
--- a/core-it-suite/src/site/apt/index.apt.vm
+++ b/core-it-suite/src/site/apt/index.apt.vm
@@ -54,7 +54,8 @@ mvn clean test -Prun-its -DmavenHome=<maven-under-test>
 mvn clean test -Prun-its -DmavenVersion=2.2.1
 +----
   
-  To run the ITs using embedded Maven 3.x, additionally activate the <<<embedded>>> profile.
+  To run the ITs using embedded mode for Maven 3.x, additionally activate the <<<embedded>>> profile: this will avoid forking
+  a new JVM on each IT and will run significantly faster.
   
   ITs that don't require to fork Maven can also be run from the IDE using the Maven projects from the workspace if the
   Maven dependencies are added to the test class path.