diff options
author | liamfallon <liam.fallon@est.tech> | 2022-09-09 00:18:33 +0100 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-09-09 12:18:32 +0100 |
commit | 0f7eef6692f73c4e5b1158e7a3f1761b88cd4c32 (patch) | |
tree | 39fc10ae32e00875719e23fd94c8cb6becc30a16 /policy-jdk | |
parent | 1810513a0be91035e704967ff5c5dd58ac62bef0 (diff) |
Fix minor issues with CSITs
Issue-ID: POLICY-4350
Change-Id: I2bbc47122aa5984fbe3f03edc252ea56e47dba73
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'policy-jdk')
-rw-r--r-- | policy-jdk/alpine/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/policy-jdk/alpine/pom.xml b/policy-jdk/alpine/pom.xml index c8e10775..0adc047e 100644 --- a/policy-jdk/alpine/pom.xml +++ b/policy-jdk/alpine/pom.xml @@ -180,8 +180,8 @@ <executions> <execution> - <id>clean-images</id> - <phase>prepare-jdk-package</phase> + <id>clean-jdk-image</id> + <phase>prepare-package</phase> <goals> <goal>remove</goal> </goals> @@ -191,7 +191,7 @@ </execution> <execution> - <id>generate-jdk-images</id> + <id>generate-jdk-image</id> <phase>package</phase> <goals> <goal>build</goal> @@ -199,7 +199,7 @@ </execution> <execution> - <id>push-jdk-images</id> + <id>push-jdk-image</id> <phase>deploy</phase> <goals> <goal>build</goal> |