Skip to content

Commit

Permalink
Update building.md page (#417)
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 28, 2024
1 parent dd952b9 commit 3f8ce02
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 3f8ce02

Please sign in to comment.