From ff044e2592cefeb11bd2b1d07f4c99712df2574e Mon Sep 17 00:00:00 2001 From: Athou Date: Mon, 6 Oct 2014 09:53:58 +0200 Subject: [PATCH] produce a debian/ubuntu package during build --- config.yml.example | 2 +- pom.xml | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/config.yml.example b/config.yml.example index cff78a1a..9c7ae8c1 100644 --- a/config.yml.example +++ b/config.yml.example @@ -69,7 +69,7 @@ app: database: driverClass: org.h2.Driver - url: jdbc:h2:./target/example + url: jdbc:h2:/home/commafeed/db user: sa password: sa properties: diff --git a/pom.xml b/pom.xml index 5a24d1b6..f9b8feb2 100644 --- a/pom.xml +++ b/pom.xml @@ -136,6 +136,29 @@ + + com.jamierf.dropwizard + dropwizard-debpkg-maven-plugin + 0.7 + + ${basedir}/config.yml.example + + openjdk-7-jdk + true + + + commafeed + + + + + package + + dwpackage + + + +