diff options
author | Sébastien Determe <sebastien.determe@intl.att.com> | 2020-03-25 16:24:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-03-25 16:24:27 +0000 |
commit | a55638c236911d95ea0123a32321fcd9ed663fec (patch) | |
tree | 877d498c4e61521ec9a8fc3cc66aceecac6851ae /pom.xml | |
parent | 4de90de028ffefb93aa67d364edffa5edd58d33c (diff) | |
parent | 7a739a594d0fddc056ce382e8ec84cafadd96442 (diff) |
Merge "Fix the stage builds"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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> |