Uploaded image for project: 'Buildr (Retired)'
  1. Buildr (Retired)
  2. BUILDR-264

Handling the <relocation> tag in an artifact's POM file

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Auto Closed
    • None
    • 1.5
    • Dependency management
    • 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>

      Attachments

        Activity

          People

            Unassigned Unassigned
            lacton Antoine Contal
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: