diff options
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r-- | version-manifest/pom.xml | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index ab55b5c90..1548550b9 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -85,19 +85,6 @@ </configuration> <executions> <execution> - <id>check-docker-manifest-sorted</id> - <phase>validate</phase> - <goals> - <goal>exec</goal> - </goals> - <configuration> - <arguments> - <argument>${project.basedir}/src/main/scripts/check-sorted.sh</argument> - <argument>${project.basedir}/src/main/resources/docker-manifest.csv</argument> - </arguments> - </configuration> - </execution> - <execution> <id>check-docker-manifest-staging-sorted</id> <phase>validate</phase> <goals> @@ -124,19 +111,6 @@ </configuration> </execution> <execution> - <id>check-docker-images-released</id> - <phase>verify</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> - <execution> <id>check-docker-staging-images-exist</id> <phase>verify</phase> <goals> @@ -150,20 +124,6 @@ </configuration> </execution> <execution> - <id>compare-docker-manifests</id> - <phase>validate</phase> - <goals> - <goal>exec</goal> - </goals> - <configuration> - <arguments> - <argument>${project.basedir}/src/main/scripts/compare-docker-manifests.sh</argument> - <argument>${project.basedir}/src/main/resources/docker-manifest.csv</argument> - <argument>${project.basedir}/src/main/resources/docker-manifest-staging.csv</argument> - </arguments> - </configuration> - </execution> - <execution> <id>check-java-artifacts-released</id> <phase>verify</phase> <goals> |