You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cn...@apache.org on 2016/06/17 23:21:32 UTC

[3/4] hadoop git commit: HADOOP-13149. Windows distro build fails on dist-copynativelibs. Contributed by Chris Nauroth.

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

(cherry picked from commit b9dbef94177dfe0d8ea9526722691f861f47bb4e)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/c8b0ec53
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/c8b0ec53
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/c8b0ec53

Branch: refs/heads/branch-2.8
Commit: c8b0ec536369a6d4d7bc4a35265afa369775a19e
Parents: edd5373
Author: Chris Nauroth <cn...@apache.org>
Authored: Fri Jun 17 15:54:21 2016 -0700
Committer: Chris Nauroth <cn...@apache.org>
Committed: Fri Jun 17 15:55:41 2016 -0700

----------------------------------------------------------------------
 hadoop-project-dist/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/c8b0ec53/hadoop-project-dist/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project-dist/pom.xml b/hadoop-project-dist/pom.xml
index d58d51f..4cadfa5 100644
--- a/hadoop-project-dist/pom.xml
+++ b/hadoop-project-dist/pom.xml
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org