Hi, Just updated the sources and run across the following build error:
[EMAIL PROTECTED] /cygdrive/c/oss/openejb3 $ mvn clean install ... [INFO] Building OpenEJB :: Container :: Core [INFO] task-segment: [clean] [INFO] ---------------------------------------------------------------------------- [INFO] snapshot org.apache.xbean:maven-xbean-plugin:COL-SNAPSHOT: checking for updates from DainDevRepo [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 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. 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. [EMAIL PROTECTED] /cygdrive/c/oss/openejb3 $ mvn clean install ... [INFO] ---------------------------------------------------------------------------- [INFO] Building OpenEJB :: Container :: Core [INFO] task-segment: [clean] [INFO] ---------------------------------------------------------------------------- Downloading: http://people.apache.org/repository/org.apache.xbean/poms/maven-xbean-plugin-COL-20060716.015607-3.pom [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. 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) Jacek -- Jacek Laskowski http://www.laskowski.net.pl
