We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d208b4f + be74976 commit d299debCopy full SHA for d299deb
README
@@ -257,6 +257,16 @@ The top-level build will compile both C and Java code, but
257
not Android code. The above is sufficient to run programs
258
locally out of `bin/` and build apps referencing `lib/` and `include/`.
259
260
+For users of Maven, it is now possible to build the javasrc. From the
261
+top-level:
262
+
263
+ mvn clean package
264
265
+will produce a library, javadocs, and sources in separate jar files
266
+under javasrc/target. This is provided as a convenience for users of
267
+the Maven ecosystem of tools. The Maven build does not support the
268
+full suite of tests yet.
269
270
__TESTING__
271
272
To run the complete test suite (both C and Java):
0 commit comments