On Jul 16, 2006, at 4:51 AM, Jacek Laskowski wrote:
[INFO] snapshot org.apache.xbean:maven-xbean-plugin:COL-SNAPSHOT:
checking for updates from apache-snapshot
Downloading: http://people.apache.org/repository/org.apache.xbean/
poms/maven-xbean-plugin-COL-20060716.015607-3.pom
[...]
GroupId: org.apache.xbean
ArtifactId: maven-xbean-plugin
Version: COL-20060716.015607-3
Reason: Unable to locate resource in repository
org.apache.xbean:maven-xbean-plugin:pom:COL-20060716.015607-3
from the specified remote repositories:
apache-snapshot (http://people.apache.org/repository),
central (http://repo1.maven.org/maven2),
DainDevRepo (http://people.apache.org/~dain/repository/m2-dev),
codehaus (http://dist.codehaus.org)
What I found was that only when I whacked
~/.m2/repository/org/apache/xbean the repository - DainDevRepo - was
queried. Otherwise it was not.
I did an 'rm -r ~/.m2/repository/org/apache/xbean' and still get the
same issue.
Seems commenting out 'http://people.apache.org/repository' is the
only way I can get a good build.
-David