Fix the stage builds 86/104386/1
authorsebdet <sebastien.determe@intl.att.com>
Wed, 25 Mar 2020 16:11:54 +0000 (09:11 -0700)
committersebdet <sebastien.determe@intl.att.com>
Wed, 25 Mar 2020 16:11:54 +0000 (09:11 -0700)
Fix the stage build docker due to a bad groovy execution

Issue-ID: CLAMP-793
Signed-off-by: sebdet <sebastien.determe@intl.att.com>
Change-Id: I531fbb03a2fc0eddd26c04d9b690ba4ca059ae64

pom.xml

diff --git a/pom.xml b/pom.xml
index bc42a54..5ad66d2 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                <version>1.0</version>
                                <executions>
                                        <execution>
+                                               <id>docker-tags</id>
                                                <phase>validate</phase>
                                                <goals>
                                                        <goal>execute</goal>
                                                        <source>${project.basedir}/src/main/script/TagVersion.groovy</source>
                                                </configuration>
                                        </execution>
-                               </executions>
-                       </plugin>
-                       <plugin>
-                               <groupId>org.codehaus.groovy.maven</groupId>
-                               <artifactId>gmaven-plugin</artifactId>
-                               <version>1.0</version>
-                               <executions>
                                        <execution>
+                                               <id>npm-repos-selection</id>
                                                <phase>validate</phase>
                                                <goals>
                                                        <goal>execute</goal>