aboutsummaryrefslogtreecommitdiffstats
path: root/version-manifest/pom.xml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-04-06 10:56:50 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-04-06 10:57:40 -0700
commitf5b6edf04f07ff98c41a0d25e5639e8844d9377c (patch)
tree21e6ee3a8b82277f34cfb24276b823b043c52423 /version-manifest/pom.xml
parent90470e0ad4661d2e63504bf26300eae21dde6a58 (diff)
Enforce consistent sort order across environments
Change-Id: If4b753ca344fecfaf32b3a6c498edb58c4f6a0f6 Issue-ID: INT-124 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'version-manifest/pom.xml')
-rw-r--r--version-manifest/pom.xml6
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>