Remove docker-manifest.csv
[integration.git] / version-manifest / pom.xml
index ab55b5c..1548550 100644 (file)
           <executable>bash</executable>
         </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>
               </arguments>
             </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>
               </arguments>
             </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>