Skip to content

Instantly share code, notes, and snippets.

@fernandor777
Created June 13, 2019 15:33
Show Gist options
  • Save fernandor777/80a5a2ac7b59ab0b5f281f5219b8aed1 to your computer and use it in GitHub Desktop.
Save fernandor777/80a5a2ac7b59ab0b5f281f5219b8aed1 to your computer and use it in GitHub Desktop.
Build Geoserver bin package from sources

On command line from geoserver/src folder:

mvn clean install -T1C -Prelease -DskipTests
mvn assembly:attached -nsu
cd target/release
unzip geoserver-2.16-SNAPSHOT-bin.zip
./bin/startup.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment