Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
# Builds MapStore2, doing all needed clean-ups tests and checks and adding documentation.
# You should use this script to generate a full valid MapStore2 package.
# Use the `binary` profile to build also the binary package
# You can use `mvn help:all-profiles` to list all available maven profiles
#
# Usage:
# $ ./build.sh [version] [profiles]
# * version: The version for the final package
# * profiles: profiles for mvn build.
# * profiles: profiles for mvn build (multiple profiles can be separated by commas)
#
# use `binary` to build also the binary package
# use `printing` to include printing module in the ware
Expand Down