diff options
author | Helen Chen <helen.chen@huawei.com> | 2018-05-04 05:32:17 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-04 05:32:17 +0000 |
commit | 7980e11182a1045b9d1322576b3eaa18e0475cd5 (patch) | |
tree | 29b617acd837d7aa240d5e6044f3fbd10eabc36c /version-manifest/pom.xml | |
parent | eb573b85720f0485f865001aa57c902c9eed8a58 (diff) | |
parent | 7f114f5e27b5565fb3923eff9ad1bd6955ce1844 (diff) |
Merge "Verify that docker manifest images exist in nexus3"
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r-- | version-manifest/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index b2102d5dc..22634cb31 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -121,6 +121,19 @@ </arguments> </configuration> </execution> + <execution> + <id>check-docker-images-exist</id> + <phase>validate</phase> + <goals> + <goal>exec</goal> + </goals> + <configuration> + <arguments> + <argument>${project.basedir}/src/main/scripts/check-docker-manifest.sh</argument> + <argument>${project.basedir}/src/main/resources/docker-manifest.csv</argument> + </arguments> + </configuration> + </execution> </executions> </plugin> </plugins> |