Fix the stage builds
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
diff --git a/pom.xml b/pom.xml
index bc42a54..5ad66d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -791,6 +791,7 @@
<version>1.0</version>
<executions>
<execution>
+ <id>docker-tags</id>
<phase>validate</phase>
<goals>
<goal>execute</goal>
@@ -799,14 +800,8 @@
<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>