Revert "No fork"

This reverts commit e1dd440c8c73cb358830bdbf8858c78cb209affe.


Project: http://git-wip-us.apache.org/repos/asf/tomee/repo
Commit: http://git-wip-us.apache.org/repos/asf/tomee/commit/96ac3070
Tree: http://git-wip-us.apache.org/repos/asf/tomee/tree/96ac3070
Diff: http://git-wip-us.apache.org/repos/asf/tomee/diff/96ac3070

Branch: refs/heads/fb_tomee8
Commit: 96ac3070fbe8b0a87ccd95e07b1b591d6f496644
Parents: 8389beb
Author: Jonathan Gallimore <j...@jrg.me.uk>
Authored: Sat Jan 27 09:59:40 2018 +0000
Committer: Jonathan Gallimore <j...@jrg.me.uk>
Committed: Sat Jan 27 09:59:40 2018 +0000

----------------------------------------------------------------------
 arquillian/arquillian-tomee-tests/pom.xml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tomee/blob/96ac3070/arquillian/arquillian-tomee-tests/pom.xml
----------------------------------------------------------------------
diff --git a/arquillian/arquillian-tomee-tests/pom.xml 
b/arquillian/arquillian-tomee-tests/pom.xml
index 77bb606..e1ef145 100644
--- a/arquillian/arquillian-tomee-tests/pom.xml
+++ b/arquillian/arquillian-tomee-tests/pom.xml
@@ -1,25 +1,25 @@
 <?xml version="1.0"?>
-<!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor
-  license agreements. See the NOTICE file distributed with this work for 
additional
-  information regarding copyright ownership. The ASF licenses this file to
-  You under the Apache License, Version 2.0 (the "License"); you may not use
-  this file except in compliance with the License. You may obtain a copy of
-  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required
-  by applicable law or agreed to in writing, software distributed under the
-  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS
-  OF ANY KIND, either express or implied. See the License for the specific
+<!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor 
+  license agreements. See the NOTICE file distributed with this work for 
additional 
+  information regarding copyright ownership. The ASF licenses this file to 
+  You under the Apache License, Version 2.0 (the "License"); you may not use 
+  this file except in compliance with the License. You may obtain a copy of 
+  the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required 
+  by applicable law or agreed to in writing, software distributed under the 
+  License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS 
+  OF ANY KIND, either express or implied. See the License for the specific 
   language governing permissions and limitations under the License. -->
 <project xmlns="http://maven.apache.org/POM/4.0.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd";>
-
+         
   <modelVersion>4.0.0</modelVersion>
-
+  
   <parent>
     <artifactId>arquillian</artifactId>
     <groupId>org.apache.tomee</groupId>
     <version>7.0.5-SNAPSHOT</version>
   </parent>
-
+  
   <artifactId>arquillian-tomee-tests</artifactId>
   <packaging>pom</packaging>
 
@@ -173,7 +173,7 @@
               <skip>true</skip>
               <parallel>none</parallel>
               <threadCount>1</threadCount>
-              <reuseForks>false</reuseForks>
+              <reuseForks>true</reuseForks>
             </configuration>
           </plugin>
         </plugins>

Reply via email to