Repository: cassandra Updated Branches: refs/heads/trunk 5a8983c14 -> fe08463c3
Fix builds fetching source for all dependencies patch by Joel Knighton; reviewed by Dave Brosius for CASSANDRA-13306 Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/fe08463c Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/fe08463c Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/fe08463c Branch: refs/heads/trunk Commit: fe08463c3b7135a0f1b121bb0d148c80b8c7e123 Parents: 5a8983c Author: Joel Knighton <[email protected]> Authored: Wed Mar 15 21:06:35 2017 -0500 Committer: Joel Knighton <[email protected]> Committed: Wed Mar 15 21:06:35 2017 -0500 ---------------------------------------------------------------------- build.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/fe08463c/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 3f055b9..058b879 100644 --- a/build.xml +++ b/build.xml @@ -636,7 +636,6 @@ <!-- retrieve artifacts --> <artifact:dependencies pomRefId="build-deps-pom" filesetId="build-dependency-jars" - sourcesFilesetId="build-dependency-sources-jars" cacheDependencyRefs="true" dependencyRefsBuildFile="${build.dir}/build-dependencies.xml"> <remoteRepository refid="central"/>
