Maven builds run unit tests in-process by default

This commit is contained in:
Sam Harwell 2013-01-05 05:12:44 -06:00
parent 78124081f1
commit 0ee0de1e06
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@
<bootclasspath.java6>${java6.home}/lib/rt.jar</bootclasspath.java6>
<bootclasspath.compile>${bootclasspath.java6}</bootclasspath.compile>
<bootclasspath.testCompile>${bootclasspath.java6}</bootclasspath.testCompile>
<antlr.testinprocess>true</antlr.testinprocess>
</properties>
<issueManagement>