GitHub user hanwei002 opened a pull request:
https://github.com/apache/flume/pull/187
Flume 1.8
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/apache/flume flume-1.8
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flume/pull/187.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 #187
----
commit 3c947777b821f850876dd073d8a8c757e22f9d39
Author: Denes Arvay <[email protected]>
Date: 2017-09-13T16:24:10Z
FLUME-3165. Removing -SNAPSHOT from 1.8 branch
commit 4ddde2012063630102ececd5bfc3d758fcd6b712
Author: Bessenyei Balázs Donát <[email protected]>
Date: 2016-10-12T16:32:03Z
Add README.md and doap_Flume.rdf to the generated release artifacts
This closes #69
(Cherry-picked from flume-1.7 branch by Denes Arvay)
commit 43a3c40d45f0da025cc9dc00e1d615b6c8366359
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.
This closes #175
Reviewers: Miklos Csanady, Ferenc Szabo
(Denes Arvay via Denes Arvay)
----
---