Skip to content

Commit ef0d5bf

Browse files
committed
d/maven.properties: set maven.compiler.fork=true to keep the -XD flags
1 parent bbc330d commit ef0d5bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

debian/maven.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## This option is needed otherwise maven will discard the -XD compiler
2+
## flags set in pom.xml (see -XDignore.symbol.file)
3+
maven.compiler.fork=true

0 commit comments

Comments
 (0)