# HG changeset patch # User Giannis Vlachopoulos # Date 1421325372 -7200 # Node ID c56f16b4fb1a374aea6ae46546cfdef682d9c73d # Parent 3a20ea696d0e07cea06d915d6ff446e8c9b7ad80 #58: -Ddebian=true to create the debian package during maven compiling. diff -r 3a20ea696d0e -r c56f16b4fb1a ChangeLog --- a/ChangeLog Thu Jan 15 13:44:51 2015 +0200 +++ b/ChangeLog Thu Jan 15 14:36:12 2015 +0200 @@ -1,3 +1,6 @@ + * Bug #58: Maven creates the debian package conditionally. Use + -Ddebian=true in the mvn package command. + * Bug #58: Added dependencies - java, postgresql, tomcat. Also, added a strabon-init script that detects the postgis installation path and sets up the template_postgis. Finally the script creates a db diff -r 3a20ea696d0e -r c56f16b4fb1a endpoint-exec/pom.xml --- a/endpoint-exec/pom.xml Thu Jan 15 13:44:51 2015 +0200 +++ b/endpoint-exec/pom.xml Thu Jan 15 14:36:12 2015 +0200 @@ -93,7 +93,24 @@ - + + + + + + + + create-debian + + false + + debian + true + + + + + jdeb org.vafer 1.3 @@ -142,7 +159,9 @@ + + - - + +