You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Antoine Toulme (JIRA)" <ji...@apache.org> on 2016/05/20 07:49:13 UTC

[jira] [Closed] (BUILDR-264) Handling the tag in an artifact's POM file

     [ https://issues.apache.org/jira/browse/BUILDR-264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antoine Toulme closed BUILDR-264.
---------------------------------
    Resolution: Auto Closed

Closing for inactivity.

> Handling the <relocation> tag in an artifact's POM file
> -------------------------------------------------------
>
>                 Key: BUILDR-264
>                 URL: https://issues.apache.org/jira/browse/BUILDR-264
>             Project: Buildr
>          Issue Type: Improvement
>          Components: Dependency management
>            Reporter: lacton
>            Priority: Minor
>             Fix For: 1.5
>
>
> 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>



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)