Updated Branches: refs/heads/master 37a71a3c0 -> b6e65d9a2
CRUNCH-76: Add examples job jar to binary release. Project: http://git-wip-us.apache.org/repos/asf/incubator-crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-crunch/commit/b6e65d9a Tree: http://git-wip-us.apache.org/repos/asf/incubator-crunch/tree/b6e65d9a Diff: http://git-wip-us.apache.org/repos/asf/incubator-crunch/diff/b6e65d9a Branch: refs/heads/master Commit: b6e65d9a2b04409d0cf82cb12e7e418161c507c7 Parents: 37a71a3 Author: Matthias Friedrich <[email protected]> Authored: Sat Nov 3 09:41:38 2012 +0100 Committer: Matthias Friedrich <[email protected]> Committed: Sat Nov 3 09:41:38 2012 +0100 ---------------------------------------------------------------------- crunch-dist/src/main/assembly/bin.xml | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-crunch/blob/b6e65d9a/crunch-dist/src/main/assembly/bin.xml ---------------------------------------------------------------------- diff --git a/crunch-dist/src/main/assembly/bin.xml b/crunch-dist/src/main/assembly/bin.xml index 1b1199e..61d53e3 100644 --- a/crunch-dist/src/main/assembly/bin.xml +++ b/crunch-dist/src/main/assembly/bin.xml @@ -46,6 +46,18 @@ </dependencySets> </binaries> </moduleSet> + <moduleSet> + <useAllReactorProjects>true</useAllReactorProjects> + <includes> + <include>org.apache.crunch:crunch-examples</include> + </includes> + <binaries> + <unpack>false</unpack> + <fileMode>0644</fileMode> + <attachmentClassifier>job</attachmentClassifier> + <includeDependencies>false</includeDependencies> + </binaries> + </moduleSet> </moduleSets> <fileSets> <fileSet>
