8000 Turn forking on to prevent datanucleus from missing a jdk 9 module #591 · sithuhlaing/java-design-patterns@f07d3bd · GitHub
[go: up one dir, main page]

Skip to content

Commit f07d3bd

Browse files
committed
Turn forking on to prevent datanucleus from missing a jdk 9 module iluwatar#591
1 parent 546f356 commit f07d3bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

naked-objects/dom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<artifactId>datanucleus-maven-plugin</artifactId>
112112
<version>${datanucleus-maven-plugin.version}</version>
113113
<configuration>
114-
<fork>false</fork>
114+
<fork>true</fork>
115115
<log4jConfiguration>${basedir}/log4j.properties</log4jConfiguration>
116116
<verbose>true</verbose>
117117
<props>${basedir}/datanucleus.properties</props>

0 commit comments

Comments
 (0)
0