Skip to content

Commit

Permalink
Update building.md page
Browse files Browse the repository at this point in the history
Update building.md page to reflect the new format of the created tar.gz
file. Changed from accumulo-*-SNAPSHOT-dist.tar.gz to
accumulo-*-SNAPSHOT-bin.tar.gz.

Also remove the -Passemble option from the mvn package command as it is
not necessary.
  • Loading branch information
jmark99 committed Feb 23, 2024
1 parent 8883c65 commit 8fc2bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contributor/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ You should familiarize yourself with the [Maven Build Lifecycle][lifecycle], as

To build from source (for example, to deploy):

mvn package -Passemble
mvn package

This will create a file `accumulo-*-SNAPSHOT-dist.tar.gz` in the assemble/target directory. Optionally, append `-DskipTests` if you want to skip the build tests.
This will create a file `accumulo-*-SNAPSHOT-bin.tar.gz` in the assemble/target directory. Optionally, append `-DskipTests` if you want to skip the build tests.

To build your branch before submitting a pull request, you'll probably want to run some basic "sunny-day" integration tests to ensure you haven't made any grave errors, as well as `checkstyle` and `findbugs`:

Expand Down

0 comments on commit 8fc2bde

Please sign in to comment.