X-Git-Url: https://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=blobdiff_plain;f=pom.xml;h=b0f7f5d8035afc1cb04401341e14e7175d92383c;hp=30f0bcaf651ca6a148b2049d0c9e9ae1a46ca324;hb=7cd836b4071f8a10ffec85f0c8f5e593f77b1f2d;hpb=5bb23cb020f40d07922e636ded0bb06c3c01109d diff --git a/pom.xml b/pom.xml index 30f0bca..b0f7f5d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,17 +25,25 @@ 1.8 + + 8443 + de + DE + Europe/Berlin - NOT_SET - NOT_SET - NOT_SET + NOT_SET + NOT_SET + NOT_SET - 60000 - 60000 - ERROR + 60000 + 60000 + ERROR - com.h2database - h2 + com.h2database + h2 + + sa + @@ -70,8 +78,8 @@ spring-boot-starter-data-jpa - ${jdbc.groupId} - ${jdbc.artifactId} + ${yourshouter.facebook.app.jdbc.groupId} + ${yourshouter.facebook.app.jdbc.artifactId} runtime @@ -82,6 +90,42 @@ org.springframework.boot spring-boot-maven-plugin + + io.fabric8 + docker-maven-plugin + 0.26.0 + + + + yourshouter/%a:%v + + openjdk:8-jre-alpine + kai@yourshouter.com + + ${project.version} + + + ${yourshouter.facebook.app.server.port}/tcp + + + + + java + -Duser.language=${yourshouter.api.language} + -Duser.country=${yourshouter.api.country} + -Duser.timezone=${yourshouter.api.timezone} + -jar + /maven/${project.build.finalName}.jar + + + + artifact + + + + + +