view flys-backend/contrib/spatial-info.sh @ 5179:4355b4cecef8

Improve importer packaging by just expecting a tarball with third party libs and no longer hack around with rpm2cpio. It is now also possible to generate a "light" importer package without third party libs by not providing that tarball.
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 07 Mar 2013 10:21:46 +0100
parents e2deda3b77a7
children
line wrap: on
line source
#!/bin/bash

mvn -e \
    -Dlog4j.configuration=file://`readlink -f contrib/log4j.properties` \
    -Dflys.backend.user=USER \
    -Dflys.backend.password=PASSWORD \
    -Dflys.backend.url=jdbc:postgresql://THE.DATABASE.HOST:PORT/DBNAME \
    -Dflys.backend.spatial.river=Saar \
    -Dexec.mainClass=de.intevation.flys.backend.SpatialInfo \
    exec:java

http://dive4elements.wald.intevation.org