From 576e2d1278a584ef8e804832c852c3f8323bb64a Mon Sep 17 00:00:00 2001 From: Chris Nauroth Date: Mon, 16 May 2016 12:05:02 -0700 Subject: [PATCH] HADOOP-13149. Windows distro build fails on dist-copynativelibs. Contributed by Chris Nauroth. --- hadoop-project-dist/pom.xml | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/hadoop-project-dist/pom.xml b/hadoop-project-dist/pom.xml index a554b423eb8..2cccbbeb9d0 100644 --- a/hadoop-project-dist/pom.xml +++ b/hadoop-project-dist/pom.xml @@ -325,22 +325,23 @@ exec - ${project.parent.basedir}/../dev-support/bin/dist-copynativelibs - ${project.build.directory} - false - - --version=${project.version} - --builddir=${project.build.directory} - --artifactid=${project.artifactId} - --isalbundle=${bundle.isal} - --isallib=${isal.lib} - --openssllib=${openssl.lib} - --opensslbinbundle=${bundle.openssl.in.bin} - --openssllibbundle=${bundle.openssl} - --snappybinbundle=${bundle.snappy.in.bin} - --snappylib=${snappy.lib} - --snappylibbundle=${bundle.snappy} - + ${shell-executable} + ${project.build.directory} + false + + ${project.parent.basedir}/../dev-support/bin/dist-copynativelibs + --version=${project.version} + --builddir=${project.build.directory} + --artifactid=${project.artifactId} + --isalbundle=${bundle.isal} + --isallib=${isal.lib} + --openssllib=${openssl.lib} + --opensslbinbundle=${bundle.openssl.in.bin} + --openssllibbundle=${bundle.openssl} + --snappybinbundle=${bundle.snappy.in.bin} + --snappylib=${snappy.lib} + --snappylibbundle=${bundle.snappy} +