You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2013/08/22 14:09:37 UTC

[2/3] git commit: applied same settings for the failsafe maven plugin

applied same settings for the failsafe maven plugin


Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/2f57d5e7
Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/2f57d5e7
Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/2f57d5e7

Branch: refs/heads/develop
Commit: 2f57d5e794fab1f8c97eb7ac374359fc2d005190
Parents: b22d8b0
Author: Sergio Fernández <wi...@apache.org>
Authored: Wed Aug 21 12:57:10 2013 +0200
Committer: Sergio Fernández <wi...@apache.org>
Committed: Wed Aug 21 12:57:10 2013 +0200

----------------------------------------------------------------------
 parent/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/2f57d5e7/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 1930fe2..e6778e8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -145,10 +145,11 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-failsafe-plugin</artifactId>
-                    <version>2.12.4</version>
+                    <version>2.16</version>
                     <configuration>
                         <useSystemClassLoader>false</useSystemClassLoader>
-                        <forkMode>always</forkMode>
+                        <forkCount>1</forkCount>
+                        <reuseForks>false</reuseForks>
                     </configuration>
                 </plugin>
  <!--               <plugin>