[RocksJava] Fix broken jacoco report

With the last folder layout change a bug was introduced which
prevents Jacoco from working correctly.
This commit is contained in:
fyrz 2015-03-12 21:27:12 +01:00
parent 3ebebfccd8
commit 2dc636f62b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
<artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version>
<configuration>
<argLine>-ea -Xcheck:jni -Djava.library.path=${project.build.directory}</argLine>
<argLine>${argLine} -ea -Xcheck:jni -Djava.library.path=${project.build.directory}</argLine>
</configuration>
</plugin>
<plugin>