Maven builds run unit tests in-process by default
This commit is contained in:
parent
78124081f1
commit
0ee0de1e06
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue