This is an automated email from the ASF dual-hosted git repository.

jtulach pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-html4j.git


The following commit(s) were added to refs/heads/master by this push:
     new b60c3aa  Isolate initialization of JavaFX framework between tests
b60c3aa is described below

commit b60c3aa83b5f834204ccaace87d6a7ea20373b23
Author: Jaroslav Tulach <jaroslav.tul...@apidesign.org>
AuthorDate: Sun May 5 05:43:19 2019 +0200

    Isolate initialization of JavaFX framework between tests
---
 ko4j/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/ko4j/pom.xml b/ko4j/pom.xml
index 1d8b9d1..893cc3a 100644
--- a/ko4j/pom.xml
+++ b/ko4j/pom.xml
@@ -60,6 +60,12 @@
                   <skip>false</skip>
               </configuration>
           </plugin>
+          <plugin>
+              <artifactId>maven-surefire-plugin</artifactId>
+              <configuration>
+                  <forkMode>always</forkMode>
+              </configuration>
+          </plugin>
       </plugins>
   </build>
   <dependencies>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to