aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/pom.xml b/core/pom.xml
index 90c8f97f2b..b1f0b03b4a 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -357,7 +357,8 @@
<configuration>
<!-- Execute the shell script to generate the spark build information. -->
<target>
- <exec executable="${project.basedir}/../build/spark-build-info">
+ <exec executable="bash">
+ <arg value="${project.basedir}/../build/spark-build-info"/>
<arg value="${project.build.directory}/extra-resources"/>
<arg value="${project.version}"/>
</exec>