Skip to content

Commit

Permalink
Re-disable Jacoco args, as they blow the build's permgen
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Oct 28, 2013
1 parent 4bf5197 commit bd7daf5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -894,7 +894,11 @@
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<!--
This line enables code-coverage. However, it also blows the build's permgen.
Fix me!
<argLine>${argLine}</argLine>
-->
<jacoco-agent.destFile>${project.basedir}/target/jacoco-it.exec</jacoco-agent.destFile>
</configuration>
</plugin>
Expand Down

0 comments on commit bd7daf5

Please sign in to comment.