[Dive4elements-commits] [PATCH] Add minimal documenation how to build the single jar

Wald Commits scm-commit at wald.intevation.org
Wed Feb 20 12:22:07 CET 2013


# HG changeset patch
# User Andre Heinecke <aheinecke at intevation.de>
# Date 1361359322 -3600
# Branch dami
# Node ID 790353fadf30d6601ab14516bf9ee8070b43d2ec
# Parent  61be4813eb13cd9a11afe0b6b7de1827e0735d4b
Add minimal documenation how to build the single jar

diff -r 61be4813eb13 -r 790353fadf30 flys-backend/README
--- a/flys-backend/README	Wed Feb 20 12:21:28 2013 +0100
+++ b/flys-backend/README	Wed Feb 20 12:22:02 2013 +0100
@@ -9,6 +9,12 @@
 $ createuser --no-createrole --no-superuser --pwprompt --no-createdb flys
 $ createdb --encoding=UTF-8 --owner flys flystest1
 
+
+Build an importer package:
+mvn -f pom.xml clean compile assembly:single
+Alternatively with oracle:
+mvn -f pom-oracle.xml clean compile assembly:single
+
 Standalone DateGuesser testing example:
 
 mvn -e -Dexec.mainClass=de.intevation.flys.utils.DateGuesser -Dexec.args="110803" exec:java <<EOF


More information about the Dive4elements-commits mailing list