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

Missing Maven dependencies building Bamboo's source code

    XMLWordPrintable

Details

    • Bug
    • Resolution: Timed out
    • Medium
    • None
    • 2.7.4
    • None
    • None

    Description

      I downloaded Bamboo 2.7.4 source code from https://my.atlassian.com/, and I'm trying to build it for the first time.
      After extracting the zip, I executed build.bat, which started downloading a lot of stuff as expected, but later on the build failed with the following message:

      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] Failed to resolve artifact.
      
      Missing:
      ----------
      1) com.atlassian.bamboo:atlassian-bamboo-agent-elastic-image-default:ami:2.7.4
      
        Try downloading the file manually from the project website.
      
        Then, install it using the command:
            mvn install:install-file -DgroupId=com.atlassian.bamboo -DartifactId=atlassian-bamboo-agent-elastic-image-default -Dversion=2.7.4 -Dpackaging=ami -Dfile=/path/to/file
      
        Alternatively, if you host your own repository you can deploy the file there:
            mvn deploy:deploy-file -DgroupId=com.atlassian.bamboo -DartifactId=atlassian-bamboo-agent-elastic-image-default -Dversion=2.7.4 -Dpackaging=ami-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]
      
        Path to dependency:
              1) com.atlassian.bamboo:atlassian-bamboo-agent-elastic-server:jar:2.7.4
              2) com.atlassian.bamboo:atlassian-bamboo-agent-elastic-image-default:ami:2.7.4
      
      ----------
      1 required artifact is missing.
      
      for artifact:
        com.atlassian.bamboo:atlassian-bamboo-agent-elastic-server:jar:2.7.4
      
      from the specified remote repositories:
        central (https://m2proxy.atlassian.com/repository/internal),
        atlassian-m1-repository (https://maven.atlassian.com/repository/m1/),
        atlassian-proxy (https://m2proxy.atlassian.com/repository/public)
      
      
      
      [INFO] ------------------------------------------------------------------------
      [INFO] For more information, run Maven with the -e switch
      [INFO] ------------------------------------------------------------------------
      [INFO] Total time: 5 minutes 7 seconds
      [INFO] Finished at: Fri Jun 22 17:59:35 BRT 2012
      [INFO] Final Memory: 108M/247M
      [INFO] ------------------------------------------------------------------------
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            fkraemer Felipe Kraemer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: