wrong artifact resolution in continuum
--------------------------------------
Key: CONTINUUM-946
URL: http://jira.codehaus.org/browse/CONTINUUM-946
Project: Continuum
Issue Type: Bug
Components: Core system
Affects Versions: 1.0.3
Environment: continuum server at ci.codehaus.org, building the
mevenide project.
Reporter: Milos Kleint
Priority: Critical
it seems maven used by continuum resolves dependencies badly. I have a
multimodule build setup at ci.codehaus.org
the short output snipped is pasted below. The problem there is that it resolves
the org-openide-util dependency to version 6.9.0.1. Such a version is specified
nowhere in the pom. all my netbeans related dependencies have common version
RELEASE50.
the build works correctly locally with maven 2.0.4 and 2.1-snapshot as well.
complete build output:
http://ci.codehaus.org:8001/continuum/servlet/continuum/target/ProjectBuild.vm?view=ProjectBuild&buildId=62865&id=121
INFO] Using default encoding to copy filtered resources.
Downloading:
http://people.apache.org/maven-snapshot-repository//org/apache/maven/maven-embedder/2.1-20060902/maven-embedder-2.1-20060902.pom
[WARNING] Unable to get resource from repository apache-snapshots
(http://people.apache.org/maven-snapshot-repository/)
Downloading:
http://208.44.201.216:18080/maven/org/apache/maven/maven-embedder/2.1-20060902/maven-embedder-2.1-20060902.pom
[WARNING] Unable to get resource from repository netbeans
(http://208.44.201.216:18080/maven)
Downloading:
http://mevenide.codehaus.org/m2-repository/org/apache/maven/maven-embedder/2.1-20060902/maven-embedder-2.1-20060902.pom
[WARNING] Unable to get resource from repository mevenide
(http://mevenide.codehaus.org/m2-repository)
Downloading:
http://repository.codehaus.org/org/apache/maven/maven-embedder/2.1-20060902/maven-embedder-2.1-20060902.pom
[WARNING] Unable to get resource from repository codehaus
(http://repository.codehaus.org)
Downloading:
http://repo1.maven.org/maven2/org/apache/maven/maven-embedder/2.1-20060902/maven-embedder-2.1-20060902.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
Downloading:
http://people.apache.org/maven-snapshot-repository//org/netbeans/api/org-openide-util/6.9.0.1/org-openide-util-6.9.0.1.pom
[WARNING] Unable to get resource from repository apache-snapshots
(http://people.apache.org/maven-snapshot-repository/)
Downloading:
http://208.44.201.216:18080/maven/org/netbeans/api/org-openide-util/6.9.0.1/org-openide-util-6.9.0.1.pom
[WARNING] Unable to get resource from repository netbeans
(http://208.44.201.216:18080/maven)
Downloading:
http://mevenide.codehaus.org/m2-repository/org/netbeans/api/org-openide-util/6.9.0.1/org-openide-util-6.9.0.1.pom
[WARNING] Unable to get resource from repository mevenide
(http://mevenide.codehaus.org/m2-repository)
Downloading:
http://repository.codehaus.org/org/netbeans/api/org-openide-util/6.9.0.1/org-openide-util-6.9.0.1.pom
[WARNING] Unable to get resource from repository codehaus
(http://repository.codehaus.org)
Downloading:
http://repo1.maven.org/maven2/org/netbeans/api/org-openide-util/6.9.0.1/org-openide-util-6.9.0.1.pom
[WARNING] Unable to get resource from repository central
(http://repo1.maven.org/maven2)
[INFO] [compiler:testCompile]
[INFO] No sources to compile
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira