Skip to content

Commit

Permalink
refs #100936 Merge remote-tracking branch 'origin/100936-prepare-for-…
Browse files Browse the repository at this point in the history
…072-release'

* origin/100936-prepare-for-072-release:
  refs #100936 Add details about maven and testing.
  refs #100936 Add note about Maven support
  • Loading branch information
David J. Kordsmeier committed May 4, 2013
2 parents d208b4f + be74976 commit d299deb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,16 @@ The top-level build will compile both C and Java code, but
not Android code. The above is sufficient to run programs
locally out of `bin/` and build apps referencing `lib/` and `include/`.

For users of Maven, it is now possible to build the javasrc. From the
top-level:

mvn clean package

will produce a library, javadocs, and sources in separate jar files
under javasrc/target. This is provided as a convenience for users of
the Maven ecosystem of tools. The Maven build does not support the
full suite of tests yet.

__TESTING__

To run the complete test suite (both C and Java):
Expand Down

0 comments on commit d299deb

Please sign in to comment.