Repository: hadoop
Updated Branches:
  refs/heads/trunk b9685e85d -> 576e2d127


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


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

Branch: refs/heads/trunk
Commit: 576e2d1278a584ef8e804832c852c3f8323bb64a
Parents: b9685e8
Author: Chris Nauroth <cnaur...@apache.org>
Authored: Mon May 16 12:05:02 2016 -0700
Committer: Chris Nauroth <cnaur...@apache.org>
Committed: Mon May 16 12:05:02 2016 -0700

----------------------------------------------------------------------
 hadoop-project-dist/pom.xml | 33 +++++++++++++++++----------------
 1 file changed, 17 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/576e2d12/hadoop-project-dist/pom.xml
----------------------------------------------------------------------
diff --git a/hadoop-project-dist/pom.xml b/hadoop-project-dist/pom.xml
index a554b42..2cccbbe 100644
--- a/hadoop-project-dist/pom.xml
+++ b/hadoop-project-dist/pom.xml
@@ -325,22 +325,23 @@
                   <goal>exec</goal>
                 </goals>
                 <configuration>
-                    
<executable>${project.parent.basedir}/../dev-support/bin/dist-copynativelibs</executable>
-                    
<workingDirectory>${project.build.directory}</workingDirectory>
-                    <requiresOnline>false</requiresOnline>
-                    <arguments>
-                       <argument>--version=${project.version}</argument>
-                       
<argument>--builddir=${project.build.directory}</argument>
-                       <argument>--artifactid=${project.artifactId}</argument>
-                       <argument>--isalbundle=${bundle.isal}</argument>
-                       <argument>--isallib=${isal.lib}</argument>
-                       <argument>--openssllib=${openssl.lib}</argument>
-                       
<argument>--opensslbinbundle=${bundle.openssl.in.bin}</argument>
-                       
<argument>--openssllibbundle=${bundle.openssl}</argument>
-                       
<argument>--snappybinbundle=${bundle.snappy.in.bin}</argument>
-                       <argument>--snappylib=${snappy.lib}</argument>
-                       <argument>--snappylibbundle=${bundle.snappy}</argument>
-                    </arguments>
+                  <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>
+                    <argument>--isalbundle=${bundle.isal}</argument>
+                    <argument>--isallib=${isal.lib}</argument>
+                    <argument>--openssllib=${openssl.lib}</argument>
+                    
<argument>--opensslbinbundle=${bundle.openssl.in.bin}</argument>
+                    <argument>--openssllibbundle=${bundle.openssl}</argument>
+                    
<argument>--snappybinbundle=${bundle.snappy.in.bin}</argument>
+                    <argument>--snappylib=${snappy.lib}</argument>
+                    <argument>--snappylibbundle=${bundle.snappy}</argument>
+                  </arguments>
                 </configuration>
               </execution>
             </executions>


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

Reply via email to