summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-08-06 11:25:10 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-08-06 11:25:10 +0200
commit03e7e6a44820bcb6c96fd609c31b3303479b3e51 (patch)
tree89d576e670d51d9f93b918f5fa77c666a5523d3b
parent3cd31c39b0ea2a4db9c03534761519f94101f6c8 (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-xpom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 17645cb..7cf4f7d 100755
--- a/pom.xml
+++ b/pom.xml
@@ -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>