> > 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 > > > >
