Updated Branches: refs/heads/flume-1.4 e175349d5 -> c587e0688
FLUME-2005. Minor improvements to Flume assembly config. (Mike Percy) Project: http://git-wip-us.apache.org/repos/asf/flume/repo Commit: http://git-wip-us.apache.org/repos/asf/flume/commit/c587e068 Tree: http://git-wip-us.apache.org/repos/asf/flume/tree/c587e068 Diff: http://git-wip-us.apache.org/repos/asf/flume/diff/c587e068 Branch: refs/heads/flume-1.4 Commit: c587e0688913c52606363641ffd10abe7fe62fa3 Parents: e175349 Author: Mike Percy <[email protected]> Authored: Sun Jun 23 03:12:36 2013 -0700 Committer: Mike Percy <[email protected]> Committed: Sun Jun 23 03:12:54 2013 -0700 ---------------------------------------------------------------------- flume-ng-dist/pom.xml | 2 +- flume-ng-dist/src/main/assembly/bin.xml | 1 + flume-ng-dist/src/main/assembly/src.xml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flume/blob/c587e068/flume-ng-dist/pom.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/pom.xml b/flume-ng-dist/pom.xml index 302c147..7d7688c 100644 --- a/flume-ng-dist/pom.xml +++ b/flume-ng-dist/pom.xml @@ -43,13 +43,13 @@ <goals> <goal>single</goal> </goals> - <inherited>false</inherited> <configuration> <finalName>apache-flume-${project.version}</finalName> <descriptors> <descriptor>src/main/assembly/bin.xml</descriptor> <descriptor>src/main/assembly/src.xml</descriptor> </descriptors> + <tarLongFileMode>gnu</tarLongFileMode> </configuration> </execution> </executions> http://git-wip-us.apache.org/repos/asf/flume/blob/c587e068/flume-ng-dist/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/src/main/assembly/bin.xml b/flume-ng-dist/src/main/assembly/bin.xml index 9c4c10a..5aa7cc6 100644 --- a/flume-ng-dist/src/main/assembly/bin.xml +++ b/flume-ng-dist/src/main/assembly/bin.xml @@ -25,6 +25,7 @@ <id>bin</id> <formats> + <format>dir</format> <format>tar.gz</format> </formats> http://git-wip-us.apache.org/repos/asf/flume/blob/c587e068/flume-ng-dist/src/main/assembly/src.xml ---------------------------------------------------------------------- diff --git a/flume-ng-dist/src/main/assembly/src.xml b/flume-ng-dist/src/main/assembly/src.xml index 5b86994..dc8b92b 100644 --- a/flume-ng-dist/src/main/assembly/src.xml +++ b/flume-ng-dist/src/main/assembly/src.xml @@ -25,6 +25,7 @@ <id>src</id> <formats> + <format>dir</format> <format>tar.gz</format> </formats>
