We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 665b477 commit b29085aCopy full SHA for b29085a
Makefile
@@ -26,15 +26,7 @@ build-image-infrastructure:
26
./mvnw clean package -f src/apps/infrastructure \
27
-Ddocker -Ddockerfile.push.skip=$(SKIP_PUSH) -ntp -Dfmt.skip -DskipTests
28
29
-build-image-infrastructure-openj9:
30
- ./mvnw clean package -f src/apps/infrastructure \
31
- -Dopenj9 -Ddockerfile.push.skip=$(SKIP_PUSH) -ntp -Dfmt.skip -DskipTests
32
-
33
build-image-geoserver:
34
./mvnw clean package -f src/apps/geoserver \
35
36
37
-build-image-geoserver-openj9:
38
- ./mvnw clean package -f src/apps/geoserver \
39
40
0 commit comments