mvn.sh: Use bazel-bin instead of bazel-genfiles Recent bazel versions put the output in bazel-bin. The bazel-genfiles will only exist if it was symlinked to bazel-bin by an earlier version. Change-Id: I3244e8caaa45c868116d2468da7b556ec5b5b2dd
A fork of Mutsunori BANBARA‘s PrologCafe to support Gerrit Code Review’s customizable project rules.
To bootstrap Bazel and SWI-Prolog >= 6.6.4 must be installed and then build the runtime and compiler with:
bazel build :all
To package for Maven into the local ~/.m2/repository directory:
./mvn.sh install
To publish to the gerrit-maven storage bucket:
./mvn.sh deploy