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

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

index 6eb2e3d..c513d2c 100644 (file)
                        <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>