Arent-Jan Banck pushed to branch release/2.2 at cms-community / 
hippo-cms-commons


Commits:
00161136 by Arent-Jan Banck at 2017-05-08T13:51:39+02:00
CMS-16 fix for TestCustomHDC test which cannot be executed together with 
TestHDC without forking

- - - - -


1 changed file:

- pom.xml


Changes:

=====================================
pom.xml
=====================================
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,19 @@
     </dependency>
 
   </dependencies>
+
+  <build>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <forkMode>always</forkMode>
+          <workingDirectory>${project.build.directory}</workingDirectory>
+        </configuration>
+      </plugin>
+    </plugins>
+  </build>
 
   <!--
      Software configuration management (scm): where to find and how to get 
acces to the source repository



View it on GitLab: 
https://code.onehippo.org/cms-community/hippo-cms-commons/commit/00161136896fdd34e6ce9a4b8aa682b26f9e01dd
_______________________________________________
Hippocms-svn mailing list
Hippocms-svn@lists.onehippo.org
https://lists.onehippo.org/mailman/listinfo/hippocms-svn

Reply via email to