I'm still not able to get past this error. I've tried on couple machines and I get the error on every one of them. Here's the error again:
Note - The build is able to go out and fetch other plugins, its so far only this one that is giving me trouble. [WARNING] Unable to get resource from repository central (http://repo1.maven.org/maven2) Downloading: http://mirrors.sunsite.dk/maven2/org/apache/xbean/maven-xbean-plugin/2.6/maven-xbean-pl ugin-2.6.pom [WARNING] Unable to get resource from repository central (http://ibiblio.org/maven2/) [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Failed to resolve artifact. GroupId: org.apache.xbean ArtifactId: maven-xbean-plugin Version: 2.6 Reason: Unable to download the artifact from any repository org.apache.xbean:maven-xbean-plugin:pom:2.6 from the specified remote repositories: Maven Snapshots (http://snapshots.maven.codehaus.org/maven2/), central (http://repo1.maven.org/maven2), apache.snapshots (http://people.apache.org/maven-snapshot-repository), apache-snapshots (http://people.apache.org/maven-snapshot-repository) Timothy Bish wrote: > > >> >> Hm ... you don't see it in your local repository? How are you installing >> it? >> >> I would imagine this should put it there (although you shouldn't need to >> do >> this): >> >> mvn install:install-file -Dfile=maven-xbean-plugin-2.6.jar >> <http://repo1.maven.org/maven2/org/apache/xbean/maven-xbean- >> plugin/2.6/maven-xbean-plugin-2.6.jar> >> -DgroupId=org.apache.xbean -DartifactId=maven-xbean-plugin >> -Dversion=2.6 -Dpackaging=jar >> > > I did this, its in the repo. Still get the same error as before, its not > seeing it in there. > >> >> I just did this and it works. Although, since it's on ibiblio you >> shouldn't >> need to do this. Do you have the standard mirrors set up in your >> ~/.m2/settings.xml? >> >> Nate >> >> On 9/10/06, Timothy Bish <[EMAIL PROTECTED]> wrote: >> > >> > > >> > > The plugin is available on ibiblio: >> > > >> > http://repo1.maven.org/maven2/org/apache/xbean/maven-xbean-plugin/2.6/ >> > >> > For some reason I can't get Maven to grab it from there however, and >> when >> > I >> > manually deploy it into my repo it doesn't see it in there. >> > >> > > >> > > On 9/10/06, Timothy Bish <[EMAIL PROTECTED]> wrote: >> > > > >> > > > Hey guys. I'm trying to build the latest broker code from SVN now >> > that >> > > > things have reorganized, and I keep running into this error. I've >> > > > searched >> > > > for awhile but haven't been able to find anything on the 2.6 xbean >> > > plugin >> > > > >> > > > >> > > > >> > > > [INFO] Failed to resolve artifact. >> > > > >> > > > >> > > > >> > > > GroupId: org.apache.xbean >> > > > >> > > > ArtifactId: maven-xbean-plugin >> > > > >> > > > Version: 2.6 >> > > > >> > > > >> > > > >> > > > Reason: Unable to download the artifact from any repository >> > > > >> > > > >> > > > >> > > > org.apache.xbean:maven-xbean-plugin:pom:2.6 >> > > > >> > > > >> > > > >> > > > from the specified remote repositories: >> > > > >> > > > central (http://repo1.maven.org/maven2), >> > > > >> > > > apache.snapshots (http://people.apache.org/maven-snapshot- >> repository >> > ), >> > > > >> > > > apache-snapshots (http://people.apache.org/maven-snapshot- >> repository >> > ) >> > > > >> > > > >> > > > >> > > > ------------------------------------------------- >> > > > >> > > > Timothy A. Bish >> > > > >> > > > [EMAIL PROTECTED] >> > > > >> > > > >> > > > >> > > > >> > > > >> > > >> > > >> > > -- >> > > Cheers, >> > > Guillaume Nodet >> > >> > > > > -- View this message in context: http://www.nabble.com/Build-failures-with-latest-SVN-tf2247945.html#a6326229 Sent from the ActiveMQ - Dev forum at Nabble.com.
