2009/4/28 itripleeee <[email protected]> > > We are using Nexus and I added > http://people.apache.org/repo/m2-snapshot-repository to the repository > list. > But it did not work. After many hours of despair, now I know why. The > Default setting of maven is, NOT to download snapshot-artifacts. You have > to > tell maven explicit, that you want to use snapshots. I created a repository > in the profile-section of my settings.xml with the > apache-snapshot-repository and now it works. > > But Nexus seem to have problems with the packaging-type "Bundle". And at > the > moment, I don't care, it jsut works. :) >
FYI, there was an old Maven bug related to packing types that defined their own lifecycle (ie. like bundle) where Maven sometimes looked up "foo.bundle" instead of "foo.jar", but if you use a recent build like Maven 2.0.10 or 2.1.0 this shouldn't happen (afaik this is unrelated to Nexus). > @ Carsten: Thanks for the message, but fortunately in this case, they were > no problems concerning the version of the parent pom. > > And at home, it worked by the first time, without any problems. > that's certainly been my experience, glad everything is working again :) > -- > View this message in context: > http://www.nabble.com/Felix-Build-Error---Unable-to-load-the-mojo-org.apache.felix%3Amaven-bundle-plugin%3A1.4.3%3Abundle-tp23255846p23275223.html > Sent from the Apache Felix - Users mailing list archive at Nabble.com. > -- Cheers, Stuart

