commit | 3d7a01e6fe417f39d99c6f9d60542819dcd72a82 | [log] [tgz] |
---|---|---|
author | David Pursehouse <dpursehouse@collab.net> | Tue Oct 29 14:55:44 2019 +0900 |
committer | David Pursehouse <dpursehouse@collab.net> | Tue Oct 29 14:55:44 2019 +0900 |
tree | 3acb1747a05d1e81c22681e6ecaee3959b098faa | |
parent | 199d14f3309e089912c2aabde0391a61e2bdad02 [diff] |
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