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

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

index 2ad5cb6..7334d9a 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>