diff --git a/product-composite-service/Dockerfile b/product-composite-service/Dockerfile index eb7ba1d7..c260fe51 100644 --- a/product-composite-service/Dockerfile +++ b/product-composite-service/Dockerfile @@ -38,7 +38,7 @@ WORKDIR /home/taman/application # Copy all layers from builder stage to current image COPY --from=builder temp/dependencies/ ./ COPY --from=builder temp/snapshot-dependencies/ ./ -COPY --from=builder temp/resources/ ./ +COPY --from=builder temp/spring-boot-loader/ ./ COPY --from=builder temp/application/ ./ # Expose current application to port 8080 diff --git a/product-composite-service/pom.xml b/product-composite-service/pom.xml index adc103f4..359915d8 100644 --- a/product-composite-service/pom.xml +++ b/product-composite-service/pom.xml @@ -13,6 +13,7 @@ 0.0.1-SNAPSHOT Product Composite Service Product Composite Service Spring Boot based project + jar false diff --git a/product-service/Dockerfile b/product-service/Dockerfile index 492c8e38..bd942581 100644 --- a/product-service/Dockerfile +++ b/product-service/Dockerfile @@ -39,7 +39,7 @@ WORKDIR /home/taman/application # Copy all layers from builder stage to current image COPY --from=builder temp/dependencies/ ./ COPY --from=builder temp/snapshot-dependencies/ ./ -COPY --from=builder temp/resources/ ./ +COPY --from=builder temp/spring-boot-loader/ ./ COPY --from=builder temp/application/ ./ # Expose current application to port 8080 diff --git a/product-service/pom.xml b/product-service/pom.xml index 654737e2..1ff411d5 100644 --- a/product-service/pom.xml +++ b/product-service/pom.xml @@ -13,6 +13,7 @@ 0.0.1-SNAPSHOT Product Service Product Service Spring Boot based project + jar false diff --git a/recommendation-service/Dockerfile b/recommendation-service/Dockerfile index 75ab08b9..bc96c463 100644 --- a/recommendation-service/Dockerfile +++ b/recommendation-service/Dockerfile @@ -39,7 +39,7 @@ WORKDIR /home/taman/application # Copy all layers from builder stage to current image COPY --from=builder temp/dependencies/ ./ COPY --from=builder temp/snapshot-dependencies/ ./ -COPY --from=builder temp/resources/ ./ +COPY --from=builder temp/spring-boot-loader/ ./ COPY --from=builder temp/application/ ./ # Expose current application to port 8080 diff --git a/recommendation-service/pom.xml b/recommendation-service/pom.xml index c9106565..fb530046 100644 --- a/recommendation-service/pom.xml +++ b/recommendation-service/pom.xml @@ -13,6 +13,7 @@ 0.0.1-SNAPSHOT Recommendation Service Recommendation Service Spring Boot based project + jar false diff --git a/review-service/Dockerfile b/review-service/Dockerfile index 37564580..c7a35477 100644 --- a/review-service/Dockerfile +++ b/review-service/Dockerfile @@ -39,7 +39,7 @@ WORKDIR /home/taman/application # Copy all layers from builder stage to current image COPY --from=builder temp/dependencies/ ./ COPY --from=builder temp/snapshot-dependencies/ ./ -COPY --from=builder temp/resources/ ./ +COPY --from=builder temp/spring-boot-loader/ ./ COPY --from=builder temp/application/ ./ # Expose current application to port 8080 diff --git a/review-service/pom.xml b/review-service/pom.xml index 653471f6..d4168cab 100644 --- a/review-service/pom.xml +++ b/review-service/pom.xml @@ -13,6 +13,7 @@ 0.0.1-SNAPSHOT Review Service Review Service Spring Boot based project + jar false diff --git a/store-api/pom.xml b/store-api/pom.xml index 43c417bb..dc9290b6 100644 --- a/store-api/pom.xml +++ b/store-api/pom.xml @@ -7,17 +7,16 @@ com.siriusxi.ms.store store-api 1.0-SNAPSHOT - jar - Springy Store APIs Project that define all Springy Store DTOs and REST APIs contracts + jar 14 UTF-8 UTF-8 - 2.3.0.M3 + 2.3.0.M4 3.8.1 3.0.0-M4 3.0.0-M4 @@ -80,6 +79,21 @@ - + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + \ No newline at end of file diff --git a/store-chassis/pom.xml b/store-chassis/pom.xml index e181abfc..a7a4e894 100644 --- a/store-chassis/pom.xml +++ b/store-chassis/pom.xml @@ -13,9 +13,9 @@ com.siriusxi.ms.store store-chassis 0.0.1-SNAPSHOT - pom Springy Store Chassis Parent pom project for Springy μServices + pom ../product-composite-service @@ -35,7 +35,7 @@ 1.4.13 - Mohamed Taman + "Mohamed Taman" mohamed.taman@gmail.com siriusxi latest @@ -191,7 +191,7 @@ target/${project.build.finalName}.jar ${project.version} ${project.name} - "${maintainer.name} (${maintainer.email})" + ${maintainer.name} (${maintainer.email}) diff --git a/store-utils/pom.xml b/store-utils/pom.xml index d0ce4fa9..a7bc03e4 100644 --- a/store-utils/pom.xml +++ b/store-utils/pom.xml @@ -7,17 +7,16 @@ com.siriusxi.ms.store store-utils 1.0-SNAPSHOT - jar - Springy Store Utils Project that define all Springy Store shared functionality + jar 14 UTF-8 UTF-8 - 2.3.0.M3 + 2.3.0.M4 3.8.1 3.0.0-M4 3.0.0-M4 @@ -95,4 +94,20 @@ + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + + + + + spring-milestones + Spring Milestones + https://repo.spring.io/milestone + + + \ No newline at end of file