diff --git a/hadoop-ozone/dist/src/main/assemblies/ozone-src.xml b/hadoop-ozone/dist/src/main/assemblies/ozone-src.xml index 3450b387393..517d03926fb 100644 --- a/hadoop-ozone/dist/src/main/assemblies/ozone-src.xml +++ b/hadoop-ozone/dist/src/main/assemblies/ozone-src.xml @@ -32,28 +32,30 @@ NOTICE.txt / - - hadoop-ozone/dist/src/main/license/src/licenses/LICENSE-angular-nvd3.txt - /licenses - - - hadoop-ozone/dist/src/main/license/src/licenses/LICENSE-angular.txt - /licenses - - - hadoop-ozone/dist/src/main/license/src/licenses/LICENSE-d3.txt - /licenses - - - hadoop-ozone/dist/src/main/license/src/licenses/LICENSE-nvd3.txt - /licenses - - - hadoop-ozone/dist/src/main/license/src/licenses/LICENSE-jquery.txt - /licenses - + + hadoop-ozone/dist/src/main/license/src/licenses + /licenses + + LICENSE-*.txt + + + + tools + /tools + + **/* + + true + + **/.classpath + **/.project + **/.settings + **/*.iml + **/target/** + + . diff --git a/hadoop-ozone/dist/src/main/license/src/licenses/IMPORTANT.md b/hadoop-ozone/dist/src/main/license/src/licenses/IMPORTANT.md index 2581412d320..c473ed2fe16 100644 --- a/hadoop-ozone/dist/src/main/license/src/licenses/IMPORTANT.md +++ b/hadoop-ozone/dist/src/main/license/src/licenses/IMPORTANT.md @@ -14,8 +14,8 @@ # Important -The files from this directory are not copied by automatically to the source distribution package. +The files from this directory are copied automatically to the source distribution package +via the `hadoop-ozone/dist/src/main/assemblies/ozone-src.xml` file. If you add any of the files to here, - * please also adjust `hadoop-ozone/dist/src/main/assemblies/ozone-src.xml` file. - * and copy the dependency to ../../bin/licenses (if it's included in the bin tar) \ No newline at end of file + * copy the dependency to ../../bin/licenses (if it's included in the bin tar) \ No newline at end of file