aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2020-03-25 09:11:54 -0700
committersebdet <sebastien.determe@intl.att.com>2020-03-25 09:11:54 -0700
commit7a739a594d0fddc056ce382e8ec84cafadd96442 (patch)
tree566575172df55e087843d6eb53c8f85cdd1bb960 /pom.xml
parentffdf382e2d4f012ab7a9fa78d27e757145470048 (diff)
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
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index bc42a54f..5ad66d2c 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>