Compare commits
7 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
5a9f1b017e | ||
|
1f067b845e | ||
|
00bdfd6bd8 | ||
|
f07d3bd4d5 | ||
|
546f3560d8 | ||
|
0ac1f43f8a | ||
|
e1d8266c95 |
@ -117,7 +117,7 @@
|
||||
<artifactId>datanucleus-maven-plugin</artifactId>
|
||||
<version>${datanucleus-maven-plugin.version}</version>
|
||||
<configuration>
|
||||
<fork>false</fork>
|
||||
<fork>true</fork>
|
||||
<log4jConfiguration>${basedir}/log4j.properties</log4jConfiguration>
|
||||
<verbose>true</verbose>
|
||||
<props>${basedir}/datanucleus.properties</props>
|
||||
|
4
pom.xml
4
pom.xml
@ -37,7 +37,7 @@
|
||||
<junit-platform.version>1.0.2</junit-platform.version>
|
||||
<sping-test-junit5.version>1.0.2</sping-test-junit5.version>
|
||||
<compiler.version>3.0</compiler.version>
|
||||
<jacoco.version>0.7.2.201409121644</jacoco.version>
|
||||
<jacoco.version>0.7.9</jacoco.version>
|
||||
<commons-dbcp.version>1.4</commons-dbcp.version>
|
||||
<camel.version>2.16.1</camel.version>
|
||||
<guava.version>19.0</guava.version>
|
||||
@ -411,7 +411,7 @@
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<configuration>
|
||||
<argLine>-Xmx1024M ${argLine}</argLine>
|
||||
<argLine>-Xmx1024M --add-modules java.xml.bind,java.xml.ws.annotation ${argLine}</argLine>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
|
Loading…
x
Reference in New Issue
Block a user