You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kr...@apache.org on 2012/12/09 11:04:29 UTC

[1/2] git commit: o Added 'embedded' profile

Updated Branches:
  refs/heads/master ea8bbbf29 -> 39a67f583


o Added 'embedded' profile


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

Branch: refs/heads/master
Commit: 39a67f5837b6a846e87b427b7f372d965357c9b8
Parents: cd00d14
Author: Kristian Rosenvold <kr...@gmail.com>
Authored: Sun Dec 9 10:55:36 2012 +0100
Committer: Kristian Rosenvold <kr...@gmail.com>
Committed: Sun Dec 9 10:57:20 2012 +0100

----------------------------------------------------------------------
 surefire-integration-tests/pom.xml |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/39a67f58/surefire-integration-tests/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-integration-tests/pom.xml b/surefire-integration-tests/pom.xml
index e23c4ee..431eab3 100644
--- a/surefire-integration-tests/pom.xml
+++ b/surefire-integration-tests/pom.xml
@@ -187,7 +187,14 @@
     </profile>
 
     <profile>
-      <id>maven-2.2.1</id>
+      <id>embedded</id>
+      <properties>
+        <verifier.forkMode>auto</verifier.forkMode>
+      </properties>
+    </profile>
+
+    <profile>
+    <id>maven-2.2.1</id>
       <properties>
         <mavenHomeUsed>${project.build.directory}/maven-extract/apache-maven-2.2.1</mavenHomeUsed>
       </properties>