This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 17c9d0d39d9a76bc796ca6dd7ce9734fc7d250af Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed May 20 13:13:08 2020 +0100 Use random port for quarkus.http.test-ssl-port --- poms/build-parent-it/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/poms/build-parent-it/pom.xml b/poms/build-parent-it/pom.xml index d3fdf4f..b57be92 100644 --- a/poms/build-parent-it/pom.xml +++ b/poms/build-parent-it/pom.xml @@ -59,6 +59,7 @@ <configuration> <systemProperties> <quarkus.http.test-port>${test.http.port.jvm}</quarkus.http.test-port> + <quarkus.http.test-ssl-port>${test.https.port.jvm}</quarkus.http.test-ssl-port> </systemProperties> </configuration> </plugin> @@ -70,6 +71,7 @@ <configuration> <systemProperties> <quarkus.http.test-port>${test.http.port.native}</quarkus.http.test-port> + <quarkus.http.test-ssl-port>${test.https.port.native}</quarkus.http.test-ssl-port> </systemProperties> </configuration> </execution> @@ -92,7 +94,9 @@ <configuration> <portNames> <portName>test.http.port.jvm</portName> + <portName>test.https.port.jvm</portName> <portName>test.http.port.native</portName> + <portName>test.https.port.native</portName> </portNames> </configuration> </execution>