Moving to use kubernetes-maven-plugin to support java 17 (#956)

* Moving to use kubernetes-maven-plugin to support java 17

* Fixing plugin in build command

* Moving enricher config to jkube

* Moving k8s templates to jkube directory and pointing arquillian to them

* pushing images

* review: K8s integration tests JKube compatible

Co-authored-by: Marc Nuri <marc@marcnuri.com>
This commit is contained in:
Ryan Baxter
2022-01-19 15:18:42 -05:00
committed by GitHub
parent 7b8121bcd5
commit 8df6c71c76
25 changed files with 103 additions and 96 deletions

View File

@@ -72,7 +72,7 @@
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<maven-failsafe-plugin.version>2.22.2</maven-failsafe-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<fabric8.maven.plugin.version>4.4.0</fabric8.maven.plugin.version>
<kubernetes.maven.plugin.version>1.5.1</kubernetes.maven.plugin.version>
<groovy.version>2.4.12</groovy.version>
<restassured.version>3.0.2</restassured.version>