mirror of
https://github.com/apache/sqoop.git
synced 2025-05-04 06:10:18 +08:00
SQOOP-1291: Sqoop2: Binary package do not have top level commands executable
(Jarek Jarcec Cecho via Venkat Ranganathan)
This commit is contained in:
parent
5414d63d68
commit
a970e60e07
3
dist/pom.xml
vendored
3
dist/pom.xml
vendored
@ -130,7 +130,6 @@ limitations under the License.
|
||||
<!-- Create dist dir -->
|
||||
<mkdir dir="target/sqoop-${project.version}-bin-hadoop${hadoop.profile}"/>
|
||||
|
||||
|
||||
<!-- Copy sources over -->
|
||||
<copy todir="target/sqoop-${project.version}-bin-hadoop${hadoop.profile}" includeEmptyDirs="false" flatten="false">
|
||||
<fileset dir="../">
|
||||
@ -188,7 +187,7 @@ limitations under the License.
|
||||
<copy todir="target/sqoop-${project.version}-bin-hadoop${hadoop.profile}/bin">
|
||||
<fileset dir="src/main/bin"/>
|
||||
</copy>
|
||||
<chmod dir="target/sqoop-${project.version}-bin-hadoop${hadoop.profile}/bin" perm="u+x" includes="**/*.sh"/>
|
||||
<chmod dir="target/sqoop-${project.version}-bin-hadoop${hadoop.profile}/bin" perm="u+x" includes="*"/>
|
||||
|
||||
<!-- Finally create distribution tar -->
|
||||
<tar destfile="target/sqoop-${project.version}-bin-hadoop${hadoop.profile}.tar.gz" compression="gzip">
|
||||
|
Loading…
Reference in New Issue
Block a user