Build works fine until the following happens. What could be the cause ?
[INFO]
------------------------------------------------------------------------
[INFO] Building Geronimo Plugins, AXIS2 :: Core
[INFO] task-segment: [install]
[INFO]
------------------------------------------------------------------------
[INFO] [genesis:validate-configuration {execution: default}]
[WARNING] POM for 'org.apache.axis2:axis2-kernel:pom:1.5:compile' is
invalid.
Its dependencies (if any) will NOT be available to the current build.
[WARNING] POM for 'org.apache.axis2:axis2-saaj:pom:1.5:compile' is invalid.
Its dependencies (if any) will NOT be available to the current build.
[WARNING] POM for 'org.apache.axis2:axis2-metadata:pom:1.5:compile' is
invalid.
Its dependencies (if any) will NOT be available to the current build.
[WARNING] POM for 'org.apache.axis2:axis2-transport-http:pom:1.5:compile' is
invalid.
Its dependencies (if any) will NOT be available to the current build.
[WARNING] POM for 'org.apache.ws.commons.axiom:axiom-api:pom:1.2.8:compile'
is invalid.
Its dependencies (if any) will NOT be available to the current build.
[WARNING] POM for 'org.apache.ws.commons.axiom:axiom-impl:pom:1.2.8:compile'
is invalid.
Its dependencies (if any) will NOT be available to the current build.
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO]
------------------------------------------------------------------------
[INFO] Error building POM (may not be this project's POM).
Project ID: null:axiom-dom:jar:1.2.8
Reason: Cannot find parent: org.apache.ws.commons.axiom:axiom for project:
null:axiom-dom:jar:1.2.8 for project null:axiom-dom:jar:1.2.8
MY SETUP:
- Maven 2.2.1 on Linux
- settings.xml:
<settings>
<mirrors>
<mirror>
<id>java.net</id>
<name>Mirror of
https://maven-repository.dev.java.net/nonav/repository/</name>
<url>http://download.java.net/maven/1/</url>
<mirrorOf>java.net</mirrorOf>
</mirror>
</mirrors>
</settings>
--
View this message in context:
http://old.nabble.com/problem-with-axis-axiom-dependencies-building-2.2-tp26611216s134p26611216.html
Sent from the Apache Geronimo - Dev mailing list archive at Nabble.com.