- do not remove full declaration of gmaven-plugin
Issue-ID: AAI-3946
Change-Id: Idbb864844d598ba80f53c7ccb269f708db79d8c5
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
<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>