diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-06 11:26:08 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-06 11:26:42 +0200 |
commit | de332b8981bd5c62c6f901312c6cc7945d4d3610 (patch) | |
tree | cc8a6a8d7484000a1678d85a9b1dc6963d40a6de /aai-traversal/pom.xml | |
parent | c25e03220c4da06aba6ebf6d9d1bd29f89e8f0b2 (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: Idbb864844d598ba80f53c7ccb269f708db79d8c5
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'aai-traversal/pom.xml')
-rw-r--r-- | aai-traversal/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml index 6eb2e3d..c513d2c 100644 --- a/aai-traversal/pom.xml +++ b/aai-traversal/pom.xml @@ -118,6 +118,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> <configuration> |