This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to annotated tag japicmp-base-0.1.0 in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
commit 2f3b431df1cc28eba2004763d4b0d7f76e90ee98 Author: siom79 <martin.m...@googlemail.com> AuthorDate: Sun Jun 22 00:02:28 2014 +0200 added -XX:-UseSplitVerifier option for surefire plugin -> resolves bytecode instrumentation issue with cobertura --- japicmp/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/japicmp/pom.xml b/japicmp/pom.xml index 0d78636..0dda364 100644 --- a/japicmp/pom.xml +++ b/japicmp/pom.xml @@ -34,6 +34,14 @@ <artifactId>cobertura-maven-plugin</artifactId> </plugin> <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.17</version> + <configuration> + <argLine>-XX:-UseSplitVerifier</argLine> + </configuration> + </plugin> + <plugin> <artifactId>maven-assembly-plugin</artifactId> <configuration> <archive>