Uploaded image for project: 'Bamboo Data Center'
  1. Bamboo Data Center
  2. BAM-4888

Maven 2 project with automatic Clover integration can't find Clover

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Medium
    • 2.5 M6, 2.5
    • 2.4.1
    • Clover integration
    • None

    Description

      My plan fails as follows:

      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] Failed to resolve artifact.

      Missing:
      ----------
      1) com.cenqua.clover:clover:jar:2.6.2

      Try downloading the file manually from the project website.

      Then, install it using the command:
      mvn install:install-file -DgroupId=com.cenqua.clover -DartifactId=clover -Dversion=2.6.2 -Dpackaging=jar -Dfile=/path/to/file

      Alternatively, if you host your own repository you can deploy the file there:
      mvn deploy:deploy-file -DgroupId=com.cenqua.clover -DartifactId=clover -Dversion=2.6.2 -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

      Path to dependency:
      1) com.atlassian.maven.plugins:maven-clover2-plugin:maven-plugin:2.6.2-r2
      2) com.cenqua.clover:clover:jar:2.6.2

      ----------
      1 required artifact is missing.

      for artifact:
      com.atlassian.maven.plugins:maven-clover2-plugin:maven-plugin:2.6.2-r2

      from the specified remote repositories:
      central (http://repo1.maven.org/maven2)

      There is no settings.xml in effect, and no mention of Clover in any of my POMs.

      Attachments

        Activity

          People

            jdumay James Dumay
            ahempel Adrian Hempel [Atlassian]
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: