Skip to content

Commit

Permalink
[#932] Fix compile error with Java 8 for S2I
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Dec 5, 2018
1 parent 0d4c98f commit b5f11c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy/src/main/deploy/openshift_s2i/hono-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ objects:
name: fabric8-s2i-java-custom:2.3
env:
- name: MAVEN_ARGS_APPEND
value: -B -pl org.eclipse.hono:hono-adapter-amqp-vertx --also-make -Pnetty-tcnative
value: -B -pl org.eclipse.hono:hono-adapter-amqp-vertx --also-make -Pnetty-tcnative -Dmaven.test.skip=true
- name: ARTIFACT_DIR
value: adapters/amqp-vertx/target
- name: ARTIFACT_COPY_ARGS
Expand Down Expand Up @@ -742,7 +742,7 @@ objects:
name: fabric8-s2i-java-custom:2.3
env:
- name: MAVEN_ARGS_APPEND
value: -B -pl org.eclipse.hono:hono-adapter-mqtt-vertx --also-make -Pnetty-tcnative
value: -B -pl org.eclipse.hono:hono-adapter-mqtt-vertx --also-make -Pnetty-tcnative -Dmaven.test.skip=true
- name: ARTIFACT_DIR
value: adapters/mqtt-vertx/target
- name: ARTIFACT_COPY_ARGS
Expand Down Expand Up @@ -1110,7 +1110,7 @@ objects:
name: fabric8-s2i-java-custom:2.3
env:
- name: MAVEN_ARGS_APPEND
value: -B -pl org.eclipse.hono:hono-adapter-http-vertx --also-make -Pnetty-tcnative
value: -B -pl org.eclipse.hono:hono-adapter-http-vertx --also-make -Pnetty-tcnative -Dmaven.test.skip=true
- name: ARTIFACT_DIR
value: adapters/http-vertx/target
- name: ARTIFACT_COPY_ARGS
Expand Down Expand Up @@ -1459,7 +1459,7 @@ objects:
name: fabric8-s2i-java-custom:2.3
env:
- name: MAVEN_ARGS_APPEND
value: -B -pl org.eclipse.hono:hono-service-device-registry --also-make -Pnetty-tcnative
value: -B -pl org.eclipse.hono:hono-service-device-registry --also-make -Pnetty-tcnative -Dmaven.test.skip=true
- name: ARTIFACT_DIR
value: services/device-registry/target
- name: ARTIFACT_COPY_ARGS
Expand Down Expand Up @@ -1795,7 +1795,7 @@ objects:
name: fabric8-s2i-java-custom:2.3
env:
- name: MAVEN_ARGS_APPEND
value: -B -pl org.eclipse.hono:hono-service-auth --also-make -Pnetty-tcnative
value: -B -pl org.eclipse.hono:hono-service-auth --also-make -Pnetty-tcnative -Dmaven.test.skip=true
- name: ARTIFACT_DIR
value: services/auth/target
- name: ARTIFACT_COPY_ARGS
Expand Down

0 comments on commit b5f11c0

Please sign in to comment.