diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-06 11:25:10 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-06 11:25:10 +0200 |
commit | 03e7e6a44820bcb6c96fd609c31b3303479b3e51 (patch) | |
tree | 89d576e670d51d9f93b918f5fa77c666a5523d3b | |
parent | 3cd31c39b0ea2a4db9c03534761519f94101f6c8 (diff) |
stage-docker-release fails due to plugin issue1.14.5
- do not remove full declaration of gmaven-plugin
Issue-ID: AAI-3946
Change-Id: I7b783b7bd495e9dbf3626285836e46108546c012
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
-rwxr-xr-x | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -239,6 +239,16 @@ <build> <plugins> <plugin> + <groupId>org.codehaus.groovy.maven</groupId> + <artifactId>gmaven-plugin</artifactId> + <version>1.0</version> + <executions> + <execution> + <phase>pre-clean</phase> + </execution> + </executions> + </plugin> + <plugin> <groupId>io.fabric8</groupId> <artifactId>docker-maven-plugin</artifactId> <version>${docker.fabric.version}</version> |