File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG VERSION
1818
1919COPY . .
2020
21- RUN ./mvnw -am -pl ice-rest-catalog versions:set -DnewVersion=${VERSION}
21+ RUN ./mvnw versions:set -DnewVersion=${VERSION}
2222RUN ./mvnw -Pno-check -am -pl ice-rest-catalog clean package -Dmaven.test.skip=true
2323
2424FROM gcr.io/distroless/java21-debian12:${BASE_IMAGE_TAG}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG VERSION
1818
1919COPY . .
2020
21- RUN ./mvnw -am -pl ice-rest-catalog versions:set -DnewVersion=${VERSION}
21+ RUN ./mvnw versions:set -DnewVersion=${VERSION}
2222RUN ./mvnw -Pno-check -am -pl ice-rest-catalog clean package -Dmaven.test.skip=true
2323
2424FROM gcr.io/distroless/java21-debian12:${BASE_IMAGE_TAG}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG VERSION
1818
1919COPY . .
2020
21- RUN ./mvnw -am -pl ice-rest-catalog versions:set -DnewVersion=${VERSION}
21+ RUN ./mvnw versions:set -DnewVersion=${VERSION}
2222RUN ./mvnw -Pno-check -am -pl ice-rest-catalog clean package -Dmaven.test.skip=true
2323
2424FROM gcr.io/distroless/java21-debian12:${BASE_IMAGE_TAG}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG VERSION
1818
1919COPY . .
2020
21- RUN ./mvnw -am -pl ice versions:set -DnewVersion=${VERSION}
21+ RUN ./mvnw versions:set -DnewVersion=${VERSION}
2222RUN ./mvnw -Pno-check -pl ice clean package -Dmaven.test.skip=true
2323
2424FROM gcr.io/distroless/java21-debian12:${BASE_IMAGE_TAG}
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ARG VERSION
1818
1919COPY . .
2020
21- RUN ./mvnw -am -pl ice versions:set -DnewVersion=${VERSION}
21+ RUN ./mvnw versions:set -DnewVersion=${VERSION}
2222RUN ./mvnw -Pno-check -pl ice clean package -Dmaven.test.skip=true
2323
2424FROM gcr.io/distroless/java21-debian12:${BASE_IMAGE_TAG}
You can’t perform that action at this time.
0 commit comments