Closed GoogleCodeExporter closed 8 years ago
Is there a way for you to patch this?
Original comment by johan.ha...@gmail.com
on 30 May 2012 at 7:25
If want to run it at maven build then you could use this workaround
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.14</version>
<configuration>
<argLine>-javaagent:${settings.localRepository}/org/powermock/powermock-module-javaagent/${powermock.version}/powermock-module-javaagent-${powermock.version}.jar -XX:-UseSplitVerifier</argLine>
</configuration>
</plugin>
Original comment by ale...@abashev.ru
on 25 Oct 2013 at 8:41
I've added this to the FAQ
Original comment by johan.ha...@gmail.com
on 28 May 2014 at 1:12
Original issue reported on code.google.com by
manohar....@gmail.com
on 28 May 2012 at 9:29