X-Git-Url: http://juplo.de/gitweb/?p=examples%2Ffacebook-app;a=blobdiff_plain;f=pom.xml;h=656ed18816f24672c8eaa65d648746c4d457bba1;hp=510a4fff62a733c5d0c8c6555f761e053abed178;hb=f3a47c124d80cbc6efbf7734316cbe6fdb2b7f00;hpb=f629006c32b366b1bfaf24fb25f128f83e1c76b0 diff --git a/pom.xml b/pom.xml index 510a4ff..656ed18 100644 --- a/pom.xml +++ b/pom.xml @@ -25,20 +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 - - sa - + com.h2database + h2 + + sa + @@ -73,10 +78,15 @@ spring-boot-starter-data-jpa - ${jdbc.groupId} - ${jdbc.artifactId} + ${yourshouter.facebook.app.jdbc.groupId} + ${yourshouter.facebook.app.jdbc.artifactId} runtime + + mysql + mysql-connector-java + ${mysql.version} + @@ -85,6 +95,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 + + + + + +