GitHub user adenes opened a pull request:
https://github.com/apache/flume/pull/175
Fix source assembly
flume-checkstyle breaks the assembly because its parent is not the
flume-parent
Removing the moduleSets definition from the src assembly solved the issue.
Files are added based on fileSets, the resulting tarball's content equals
to the result of the dev-support/generate-source-release.sh in a clean
working directory.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adenes/flume fix-src-assembly
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/175.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #175
----
commit 03f726bdb52083acd73402876ab799f54b85075c
Author: Denes Arvay <[email protected]>
Date: 2017-09-15T11:33:20Z
Fix source assembly
flume-checkstyle breaks the assembly because its parent is not the
flume-parent
Removing the moduleSets definition from the src assembly solved the issue.
Files are added based on fileSets, the resulting tarball's content equals
to the result of the dev-support/generate-source-release.sh in a clean
working directory.
----
---