Robert Stupp created CASSANDRA-9845:
---------------------------------------
Summary: Fix build.xml to not download non-existent source jars,
cleanup duplicate artifacts
Key: CASSANDRA-9845
URL: https://issues.apache.org/jira/browse/CASSANDRA-9845
Project: Cassandra
Issue Type: Improvement
Reporter: Robert Stupp
Assignee: Robert Stupp
Priority: Minor
Fix For: 2.2.x
After an {{ant realclean}}, our build tries to download a lot of source
artifacts, which do not exist (verified against {{https://search.maven.org/}}).
This unnecessarily slows down the build.
The artifacts without sources are:
{{org.apache.rat:apache-rat:java-source:sources:0.10}}
{{org.apache.hadoop:hadoop-core:java-source:sources:1.0.3}}
{{org.apache.hadoop:hadoop-minicluster:java-source:sources:1.0.3}}
{{org.apache.hadoop:hadoop-test:java-source:sources:1.0.3}}
{{xmlenc:xmlenc:java-source:sources:0.52}}
{{commons-beanutils:commons-beanutils-core:java-source:sources:1.8.0}}
{{tomcat:jasper-runtime:java-source:sources:5.5.12}}
{{tomcat:jasper-compiler:java-source:sources:5.5.12}}
{{net.sf.kosmosfs:kfs:java-source:sources:0.3}}
{{hsqldb:hsqldb:java-source:sources:1.8.0.10}}
{{antlr:antlr:java-source:sources:2.7.7}}
{{com.google.code.findbugs:jsr305:java-source:sources:2.0.2}}
Also removed some duplicate jars (left the newest version) including:
asm:asm:3.1
org.mortbay.jetty:jetty:6.1.14
org.mortbay.jetty:jetty-core:6.1.14
hsqldb
antlr
/cc [~tjake]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)