aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSébastien Determe <sebastien.determe@intl.att.com>2020-03-25 16:24:27 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-25 16:24:27 +0000
commita55638c236911d95ea0123a32321fcd9ed663fec (patch)
tree877d498c4e61521ec9a8fc3cc66aceecac6851ae
parent4de90de028ffefb93aa67d364edffa5edd58d33c (diff)
parent7a739a594d0fddc056ce382e8ec84cafadd96442 (diff)
Merge "Fix the stage builds"5.0.0
-rw-r--r--pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/pom.xml b/pom.xml
index 9f759e11..a77f9d9c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -795,6 +795,7 @@
<version>1.0</version>
<executions>
<execution>
+ <id>docker-tags</id>
<phase>validate</phase>
<goals>
<goal>execute</goal>
@@ -803,14 +804,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>