Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Auto Closed
-
None
-
None
Description
Buildr fails to download artifact 'org.scalatest:scalatest:jar:0.9.4' from the http://scala-tools.org/repo-releases maven repository.
The reason is that the POM file at http://scala-tools.org/repo-releases/org/scalatest/scalatest/0.9.4/ contains a relocation tag and buildr does not handle it.
<project ...>
<groupId>org.scalatest</groupId>
<artifactId>scalatest</artifactId>
<version>0.9.4</version>
<distributionManagement>
<relocation>
<groupId>org.scala-tools.testing</groupId>
</relocation>
</distributionManagement>
</project>