Skip to content

Commit

Permalink
Merge pull request facebook#556 from fyrz/RocksJava-Maven-Fix
Browse files Browse the repository at this point in the history
[RocksJava] Maven build fix
  • Loading branch information
yhchiang committed Mar 24, 2015
2 parents cd987c3 + 8f104ae commit f06de5f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions java/rocksjni.pom
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@
<version>2.18.1</version>
<configuration>
<argLine>${argLine} -ea -Xcheck:jni -Djava.library.path=${project.build.directory}</argLine>
<useManifestOnlyJar>false</useManifestOnlyJar>
<useSystemClassLoader>false</useSystemClassLoader>
<additionalClasspathElements>
<additionalClasspathElement>${project.build.directory}/*</additionalClasspathElement>
</additionalClasspathElements>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit f06de5f

Please sign in to comment.