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

tibordigana pushed a commit to branch JAVA11
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/JAVA11 by this push:
     new fe9f638  net.bytebuddy.experimental=true, see 
https://www.ctolib.com/article/releases/194
fe9f638 is described below

commit fe9f638d78e2677b4e0655cc0c3ca219919e47cc
Author: Tibor17 <[email protected]>
AuthorDate: Thu Jul 26 22:57:03 2018 +0200

    net.bytebuddy.experimental=true, see 
https://www.ctolib.com/article/releases/194
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index 90fafbd..438aab9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -464,6 +464,9 @@
             <useFile>false</useFile>
             <redirectTestOutputToFile>false</redirectTestOutputToFile>
             <jvm>${jdk.home}/bin/java</jvm>
+            <systemPropertyVariables>
+              <net.bytebuddy.experimental>true</net.bytebuddy.experimental>
+            </systemPropertyVariables>
           </configuration>
         </plugin>
         <plugin>

Reply via email to