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 c053944 net.bytebuddy.experimental=true, see
https://www.ctolib.com/article/releases/194
c053944 is described below
commit c053944b8a7460fcdc5ec27bde5b0aa3414eb857
Author: Tibor17 <[email protected]>
AuthorDate: Fri Jul 27 03:42:29 2018 +0200
net.bytebuddy.experimental=true, see
https://www.ctolib.com/article/releases/194
---
pom.xml | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 438aab9..aefeb00 100644
--- a/pom.xml
+++ b/pom.xml
@@ -460,13 +460,10 @@
<configuration>
<!-- NOTE: Be sure to isolate the Surefire version under test from
the version running the tests! -->
<useSystemClassLoader>false</useSystemClassLoader>
- <argLine>${jvm.args.tests} ${jacoco.agent}</argLine>
+ <argLine>${jvm.args.tests} ${jacoco.agent}
-Dnet.bytebuddy.experimental=true</argLine>
<useFile>false</useFile>
<redirectTestOutputToFile>false</redirectTestOutputToFile>
<jvm>${jdk.home}/bin/java</jvm>
- <systemPropertyVariables>
- <net.bytebuddy.experimental>true</net.bytebuddy.experimental>
- </systemPropertyVariables>
</configuration>
</plugin>
<plugin>