diff options
author | sebdet <sebastien.determe@intl.att.com> | 2020-03-25 09:11:54 -0700 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2020-03-25 09:11:54 -0700 |
commit | 7a739a594d0fddc056ce382e8ec84cafadd96442 (patch) | |
tree | 566575172df55e087843d6eb53c8f85cdd1bb960 | |
parent | ffdf382e2d4f012ab7a9fa78d27e757145470048 (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
-rw-r--r-- | pom.xml | 9 |
1 files changed, 2 insertions, 7 deletions
@@ -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> |