HADOOP-13149. Windows distro build fails on dist-copynativelibs. Contributed by Chris Nauroth.

This commit is contained in:
Chris Nauroth 2016-06-17 15:54:21 -07:00
parent ed5d3a62ce
commit b9dbef9417
1 changed files with 2 additions and 1 deletions

View File

@ -325,10 +325,11 @@
<goal>exec</goal>
</goals>
<configuration>
<executable>${project.parent.basedir}/../dev-support/bin/dist-copynativelibs</executable>
<executable>${shell-executable}</executable>
<workingDirectory>${project.build.directory}</workingDirectory>
<requiresOnline>false</requiresOnline>
<arguments>
<argument>${project.parent.basedir}/../dev-support/bin/dist-copynativelibs</argument>
<argument>--version=${project.version}</argument>
<argument>--builddir=${project.build.directory}</argument>
<argument>--artifactid=${project.artifactId}</argument>