You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Peter Donald (JIRA)" <ji...@apache.org> on 2012/10/07 01:49:09 UTC

[jira] [Updated] (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 ]

Peter Donald updated BUILDR-264:
--------------------------------

    Fix Version/s: 1.5
    
> 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 is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira