mirror of
https://github.com/apache/openjpa.git
synced 2025-02-22 01:55:29 +00:00
Slice module references jvm properties define in trunk's pom.xml, where surefire.jvm.args property is used instead of test.jvm.arguments. Also added suspend=n option.
git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@651849 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a2beac443c
commit
a5c80fd9e1
@ -35,9 +35,9 @@
|
||||
<properties>
|
||||
<openjpa.loglevel>INFO</openjpa.loglevel>
|
||||
<!-- to set debug arguments, you might set the following at the command line:
|
||||
-Dtest.jvm.arguments="-Xmx500m -agentlib:jdwp=transport=dt_socket,server=y,address=8000"
|
||||
-Dsurefire.jvm.args="-Xmx500m -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8000"
|
||||
-->
|
||||
<test.jvm.arguments>-Xmx500m</test.jvm.arguments>
|
||||
<surefire.jvm.args>-Xmx500m</surefire.jvm.args>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user