X-Git-Url: https://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=blobdiff_plain;f=pom.xml;h=b0f7f5d8035afc1cb04401341e14e7175d92383c;hp=bff461f07983b3dcb4035bc4913262528cc4c589;hb=7cd836b4071f8a10ffec85f0c8f5e593f77b1f2d;hpb=3ba0e06f2f52ca1959dccaa33e288369914571af diff --git a/pom.xml b/pom.xml index bff461f..b0f7f5d 100644 --- a/pom.xml +++ b/pom.xml @@ -25,18 +25,25 @@ 1.8 + + 8443 + de + DE + Europe/Berlin - NOT_SET - 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 + @@ -71,8 +78,8 @@ spring-boot-starter-data-jpa - ${jdbc.groupId} - ${jdbc.artifactId} + ${yourshouter.facebook.app.jdbc.groupId} + ${yourshouter.facebook.app.jdbc.artifactId} runtime @@ -83,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 + + + + + +