On Dec 2, 2009, at 4:18 PM, yduchesne wrote: > > back to square one: did a > mvn clean install -Dstage=bootstrap > and then > a mvn clean install > > and I got this error again (the plexus.core error is gone): > > [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
I wiped axiom-1.2.8.pom from my local maven repo and am finding it on maven central without a problem: Downloading: http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom/1.2.8/axiom-1.2.8.pom What repositories are you searching? Here's my output: Downloading: http://ws.zones.apache.org/repository2/org/apache/ws/commons/axiom/axiom/1.2.8/axiom-1.2.8.pom Downloading: http://tomcat.apache.org/dev/dist/m2-repository/org/apache/ws/commons/axiom/axiom/1.2.8/axiom-1.2.8.pom Downloading: http://repo1.maven.org/eclipse/org/apache/ws/commons/axiom/axiom/1.2.8/axiom-1.2.8.pom Downloading: http://download.java.net/maven/1//org.apache.ws.commons.axiom/poms/axiom-1.2.8.pom Downloading: http://repo1.maven.org/maven2/org/apache/ws/commons/axiom/axiom/1.2.8/axiom-1.2.8.pom --kevan
