diff --git a/novel-author/author-service/pom.xml b/novel-author/author-service/pom.xml index aea0b7c..2e9e8ad 100644 --- a/novel-author/author-service/pom.xml +++ b/novel-author/author-service/pom.xml @@ -39,5 +39,41 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + com.spotify + docker-maven-plugin + ${docker.maven.plugin.version} + + + build-image + package + + build + + + + + 201206030/${project.artifactId}:${project.version} + ${docker.host} + java:8 + ["java", "-jar","/${project.build.finalName}.jar"] + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + + + + \ No newline at end of file diff --git a/novel-book/book-service/pom.xml b/novel-book/book-service/pom.xml index a7905d5..ef3577b 100644 --- a/novel-book/book-service/pom.xml +++ b/novel-book/book-service/pom.xml @@ -43,5 +43,41 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + com.spotify + docker-maven-plugin + ${docker.maven.plugin.version} + + + build-image + package + + build + + + + + 201206030/${project.artifactId}:${project.version} + ${docker.host} + java:8 + ["java", "-jar","/${project.build.finalName}.jar"] + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + + + + \ No newline at end of file diff --git a/novel-file/pom.xml b/novel-file/pom.xml index 0ae59af..26429aa 100644 --- a/novel-file/pom.xml +++ b/novel-file/pom.xml @@ -75,6 +75,33 @@ org.springframework.boot spring-boot-maven-plugin + + com.spotify + docker-maven-plugin + ${docker.maven.plugin.version} + + + build-image + package + + build + + + + + 201206030/${project.artifactId}:${project.version} + ${docker.host} + java:8 + ["java", "-jar","/${project.build.finalName}.jar"] + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + diff --git a/novel-gateway/pom.xml b/novel-gateway/pom.xml index 9f8ba41..4497304 100644 --- a/novel-gateway/pom.xml +++ b/novel-gateway/pom.xml @@ -35,5 +35,41 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + com.spotify + docker-maven-plugin + ${docker.maven.plugin.version} + + + build-image + package + + build + + + + + 201206030/${project.artifactId}:${project.version} + ${docker.host} + java:8 + ["java", "-jar","/${project.build.finalName}.jar"] + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + + + + \ No newline at end of file diff --git a/novel-home/pom.xml b/novel-home/pom.xml index 346ec6c..500a4bc 100644 --- a/novel-home/pom.xml +++ b/novel-home/pom.xml @@ -41,6 +41,42 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + com.spotify + docker-maven-plugin + ${docker.maven.plugin.version} + + + build-image + package + + build + + + + + 201206030/${project.artifactId}:${project.version} + ${docker.host} + java:8 + ["java", "-jar","/${project.build.finalName}.jar"] + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + + + + \ No newline at end of file diff --git a/novel-monitor/pom.xml b/novel-monitor/pom.xml index 5c5405d..62983e9 100644 --- a/novel-monitor/pom.xml +++ b/novel-monitor/pom.xml @@ -36,5 +36,41 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + com.spotify + docker-maven-plugin + ${docker.maven.plugin.version} + + + build-image + package + + build + + + + + 201206030/${project.artifactId}:${project.version} + ${docker.host} + java:8 + ["java", "-jar","/${project.build.finalName}.jar"] + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + + + + \ No newline at end of file diff --git a/novel-news/news-service/pom.xml b/novel-news/news-service/pom.xml index 14c3495..28e2961 100644 --- a/novel-news/news-service/pom.xml +++ b/novel-news/news-service/pom.xml @@ -40,5 +40,41 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + com.spotify + docker-maven-plugin + ${docker.maven.plugin.version} + + + build-image + package + + build + + + + + 201206030/${project.artifactId}:${project.version} + ${docker.host} + java:8 + ["java", "-jar","/${project.build.finalName}.jar"] + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + + + + \ No newline at end of file diff --git a/novel-pay/pay-service/pom.xml b/novel-pay/pay-service/pom.xml index 981943b..f4720d2 100644 --- a/novel-pay/pay-service/pom.xml +++ b/novel-pay/pay-service/pom.xml @@ -36,5 +36,41 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + com.spotify + docker-maven-plugin + ${docker.maven.plugin.version} + + + build-image + package + + build + + + + + 201206030/${project.artifactId}:${project.version} + ${docker.host} + java:8 + ["java", "-jar","/${project.build.finalName}.jar"] + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + + + + \ No newline at end of file diff --git a/novel-search/pom.xml b/novel-search/pom.xml index f3d20a8..d705055 100644 --- a/novel-search/pom.xml +++ b/novel-search/pom.xml @@ -55,6 +55,33 @@ org.springframework.boot spring-boot-maven-plugin + + com.spotify + docker-maven-plugin + ${docker.maven.plugin.version} + + + build-image + package + + build + + + + + 201206030/${project.artifactId}:${project.version} + ${docker.host} + java:8 + ["java", "-jar","/${project.build.finalName}.jar"] + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + diff --git a/novel-user/user-service/pom.xml b/novel-user/user-service/pom.xml index d18a538..3a203a4 100644 --- a/novel-user/user-service/pom.xml +++ b/novel-user/user-service/pom.xml @@ -44,5 +44,41 @@ + + + + org.springframework.boot + spring-boot-maven-plugin + + + com.spotify + docker-maven-plugin + ${docker.maven.plugin.version} + + + build-image + package + + build + + + + + 201206030/${project.artifactId}:${project.version} + ${docker.host} + java:8 + ["java", "-jar","/${project.build.finalName}.jar"] + + + / + ${project.build.directory} + ${project.build.finalName}.jar + + + + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index f6e3228..854dd78 100644 --- a/pom.xml +++ b/pom.xml @@ -60,6 +60,8 @@ 1.26.1-RELEASE 4.9.153.ALL 2.2.3 + 1.0.0 + http://47.106.243.172:2375 1.0.0 1.0.0