Skip to content

Instantly share code, notes, and snippets.

@tschaub
Last active August 29, 2015 13:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tschaub/9260031 to your computer and use it in GitHub Desktop.
Save tschaub/9260031 to your computer and use it in GitHub Desktop.
Build GeoServer with scripting support

Build GeoTools:

cd ~/projects/geotools
mvn clean install -DskipTests -T 4C

(Skip the -T 4C for Maven 2.)

Build GeoServer and prep Eclipse project:

cd ~/projects/geoserver/src
mvn clean install -DskipTests -T 4C
mvn -P wps,script,script-js eclipse:eclipse

Main

  • Project: web-app
  • Main class: org.geoserver.web.Start

Arguments

  • VM arguments: -DGEOSERVER_DATA_DIR=/Users/tschaub/projects/geoserver/data/release -Xmx1024m -XX:MaxPermSize=256m
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment