Updated Branches: refs/heads/master b223f33a8 -> d2d5cf245
Removing eclipse core from binary artifact and removing duplicate hadoop jar. Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/24044fce Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/24044fce Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/24044fce Branch: refs/heads/master Commit: 24044fce617a85fde42fc15e98f19e058a03b6ba Parents: a7d423e Author: Aaron McCurry <[email protected]> Authored: Thu Sep 12 20:23:06 2013 -0400 Committer: Aaron McCurry <[email protected]> Committed: Thu Sep 12 20:23:06 2013 -0400 ---------------------------------------------------------------------- distribution/src/assemble/bin.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/24044fce/distribution/src/assemble/bin.xml ---------------------------------------------------------------------- diff --git a/distribution/src/assemble/bin.xml b/distribution/src/assemble/bin.xml index 73965b2..dd75bfe 100644 --- a/distribution/src/assemble/bin.xml +++ b/distribution/src/assemble/bin.xml @@ -18,7 +18,7 @@ under the License. --> <assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> + xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> <id>bin</id> <formats> <format>tar.gz</format> @@ -64,6 +64,12 @@ under the License. <excludes> <exclude>org.apache.blur:*</exclude> + <!-- No need to package eclipse stuff in there --> + <exclude>org.eclipse.jdt:core</exclude> + + <!-- Removing dup --> + <exclude>org.apache.hadoop:hadoop-core</exclude> + <exclude>org.apache.zookeeper:zookeeper</exclude> <exclude>org.slf4j:slf4j-api</exclude> <exclude>org.slf4j:slf4j-log4j12</exclude>
