Skip to content

Commit

Permalink
site: Clarify build instructions with SNAPSHOT dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kohlschuetter committed Jul 27, 2023
1 parent 664d78c commit 7e62742
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/site/markdown/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ Build and test junixsocket.

That's it!

### SNAPSHOT builds

Development versions may need SNAPSHOT versions of dependencies. Use the following command to build:

mvn clean install -Puse-snapshots

## Build options

While the default build options are a good start, you may want to change the level of scrutiny performed at build time.
Expand Down

0 comments on commit 7e62742

Please sign in to comment.