stage-docker-release fails due to plugin issue 34/138634/1 1.14.5
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Tue, 6 Aug 2024 09:25:10 +0000 (11:25 +0200)
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>
Tue, 6 Aug 2024 09:25:10 +0000 (11:25 +0200)
- do not remove full declaration of gmaven-plugin

Issue-ID: AAI-3946
Change-Id: I7b783b7bd495e9dbf3626285836e46108546c012
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
pom.xml

diff --git a/pom.xml b/pom.xml
index 17645cb..7cf4f7d 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
             <id>docker</id>
             <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>