Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.1.2
-
Fix Version/s: 2.1.3
-
Component/s: dependencies task
-
Labels:None
-
Number of attachments :
Description
When a <pom> is defined in the ant build.xml and then the <dependencies> task uses that <pom> then cacheDependencyRefs is ignored unless the <pom> is loaded from a file on disk.
This is causing a regression in build time for the Apache Cassandra project (https://issues.apache.org/jira/browse/CASSANDRA-1851?focusedCommentId=13017152&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13017152)
Attaching the patch for the Apache Cassandra guys to be able to build local copy