Github user rdowner commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/879#discussion_r38749941
--- Diff: release/make-release-artifacts.sh ---
@@ -152,15 +171,17 @@ git clean -dxf
# Source release
echo "Creating source release folder ${release_name}"
set -x
-mkdir -p ${staging_dir}
-rsync -rtp --exclude src-release-tmp --exclude bin-release-tmp --exclude
.git\* --exclude '**/*.[ejw]ar' --exclude docs/ . ${staging_dir}
--- End diff --
Have discussed this on Skype with Alex but for the record... the `--exclude
'**/*.[ejw]ar'` **must** remain. No binaries in source releases. This was a
blocker for our first release at Apache.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---