diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-06 11:22:19 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-08-06 11:22:19 +0200 |
commit | 5484bd86fbec7a912def41cf3fa4f441e92b2b61 (patch) | |
tree | c70a96ae662a28900abf583eaf2e8de9f4ff1ffd | |
parent | 0a763735660f607980ae6fb729890b8433713dcd (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: I12d489bb4d4ff0f48155dde58172765828140a6c
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
-rw-r--r-- | aai-resources/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index 2ad5cb6..7334d9a 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -105,6 +105,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> |