diff options
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r-- | version-manifest/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/version-manifest/pom.xml b/version-manifest/pom.xml index 27a8d03d8..b2102d5dc 100644 --- a/version-manifest/pom.xml +++ b/version-manifest/pom.xml @@ -92,7 +92,7 @@ <artifactId>exec-maven-plugin</artifactId> <version>1.6.0</version> <configuration> - <executable>sort</executable> + <executable>bash</executable> </configuration> <executions> <execution> @@ -103,7 +103,7 @@ </goals> <configuration> <arguments> - <argument>-c</argument> + <argument>${project.basedir}/src/main/scripts/check-sorted.sh</argument> <argument>${project.basedir}/src/main/resources/docker-manifest.csv</argument> </arguments> </configuration> @@ -116,7 +116,7 @@ </goals> <configuration> <arguments> - <argument>-c</argument> + <argument>${project.basedir}/src/main/scripts/check-sorted.sh</argument> <argument>${project.basedir}/src/main/resources/java-manifest.csv</argument> </arguments> </configuration> |