Bamboo 2.1 : Building Bamboo In IDEA - Troubleshooting
This page last changed on Aug 19, 2008 by bmccoy.
Below are some known errors and possible solutions. Running the Maven CommandsError: [INFO] Scanning for projects... Downloading: http://repo1.maven.org/maven2/com/atlassian/pom/atlassian-closedsource-pom/12/atlassian-closedsource-pom-12.pom [INFO] ------------------------------------------------------------------------ [ERROR] FATAL ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: com.atlassian.pom ArtifactId: atlassian-closedsource-pom Version: 12 Reason: Unable to download the artifact from any repository com.atlassian.pom:atlassian-closedsource-pom:pom:12 from the specified remote repositories: central (http://repo1.maven.org/maven2) Solution: Error: Missing: ---------- 1) javax.mail:mail:jar:1.3.3 Try downloading the file manually from: http://java.sun.com/products/javamail/downloads/index.html Then, install it using the command: mvn install:install-file -DgroupId=javax.mail -DartifactId=mail \ -Dversion=1.3.3 -Dpackaging=jar -Dfile=/path/to/file Alternatively, if you host your own repository you can deploy the file there: mvn deploy:deploy-file -DgroupId=javax.mail -DartifactId=mail \ -Dversion=1.3.3 -Dpackaging=jar -Dfile=/path/to/file \ -Durl=[url] -DrepositoryId=[id] Path to dependency: 1) com.atlassian.bucket:atlassian-bucket:jar:0.17 2) javax.mail:mail:jar:1.3.3 Solution: In IDEAError: |
![]() |
Document generated by Confluence on Mar 02, 2009 18:52 |