I am also getting the same error trying to complete the build. Any chance you could copy these artifacts on the http://pxe.intalio.org/public/maven2 repo.

cheers
</jima>

Manuel López wrote:
The dependency is the same you posted, and I have only one local repository (.m2/repository/geronimo/geronimo-kernel/1.1/), but the geronimo-kernel-1.1.pom isn't there.

I get the following errors:

[INFO] ----------------------------------------------------------------------------
[INFO] Building ODE :: AXIS2 Integration Layer
[INFO]    task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
Downloading: http://pxe.intalio.org/public/maven2/tranql/tranql/1.3/tranql-1.3.pom [WARNING] Unable to get resource from repository intalio (http://pxe.intalio.org/public/maven2)
Downloading: http://repo1.maven.org/maven2/tranql/tranql/1.3/tranql-1.3.pom
[WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2)
Downloading: http://www.ibiblio.org/maven2/tranql/tranql/1.3/tranql-1.3.pom
[WARNING] Unable to get resource from repository ibiblio (http://www.ibiblio.org/maven2) [WARNING] POM for 'xstream:xstream:pom:1.2:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. [WARNING] POM for 'xstream:xstream:pom:1.2:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. [WARNING] POM for 'axis2:axis2:pom:1.0:compile' is invalid. It will be ignored for artifact resolution. Reason: Not a v4.0.0 POM. Downloading: http://pxe.intalio.org/public/maven2/org/apache/geronimo/specs/geronimo-qname_1.1_spec/1.0.1/geronimo-qname_1.1_spec-1.0.1.test [WARNING] Unable to get resource from repository intalio (http://pxe.intalio.org/public/maven2) Downloading: http://www.ibiblio.org/maven2/org/apache/geronimo/specs/geronimo-qname_1.1_spec/1.0.1/geronimo-qname_1.1_spec-1.0.1.test [WARNING] Unable to get resource from repository ibiblio (http://www.ibiblio.org/maven2) Downloading: http://repo1.maven.org/maven2/org/apache/geronimo/specs/geronimo-qname_1.1_spec/1.0.1/geronimo-qname_1.1_spec-1.0.1.test [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2) [INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1

 Try downloading the file manually from the project website.

 Then, install it using the command:
mvn install:install-file -DgroupId=org.apache.geronimo.specs -DartifactId=geronimo-qname_1.1_spec \
         -Dversion=1.0.1 -Dpackaging=test -Dfile=/path/to/file

 Path to dependency:
       1) org.apache.ode:ode-axis2:jar:2.0-SNAPSHOT
       2) geronimo:geronimo-kernel:jar:1.1
       3) org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1

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

for artifact:
 org.apache.ode:ode-axis2:jar:2.0-SNAPSHOT

from the specified remote repositories:
 ibiblio (http://www.ibiblio.org/maven2),
 central (http://repo1.maven.org/maven2),
 intalio (http://pxe.intalio.org/public/maven2)


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute
[INFO] Finished at: Thu Nov 09 09:31:25 CET 2006
[INFO] Final Memory: 17M/32M
[INFO] ------------------------------------------------------------------------





Reply via email to