Hi, as workaround for this problem we are not launching maven as "m2 build" in External Tools... but using it as a standard "Program" (always in External Tools...). The plexus error doesn't occurs there because it launches pure maven. You get the advantages of the eclipse plugin (to handle dependencies) but you run real maven when calling goals.
just my 2 cents, bye, Federico Eugene Kuleshov wrote: > > > Not sure what Jason situation right now. > > As a workaround, maybe you can try to move that extension into > profiles (either in pom or global ones) and only activate that profile > for the command line maven or something like that. > > regards, > Eugene > > > juergen.schumacher wrote: >> Eugene, >> >> I checked the plexus-bootstrap.xml and its looks ok (as far as I can get >> this). I replaced the maven-embedder-2.1.0.xx bundle inside the m2eclipse >> 0.0.10 but then nothing worked too. I checked the source and there just >> open >> of this xml file. Maybe inside the plexus-bootstrap.xml file is any >> invalid >> entry. I hope that Jason have a short time to have an eye on this because >> its for me really a showstopper. I need the webdav extension to deploy my >> packages to the maven proxy. On the other side I need 0.0.10 now because >> i >> need the profile field in the plugin, sounds like a double windmill. :-( >> >> thanks, >> juergen >> >> >> >> Eugene Kuleshov wrote: >> >>> That is great! thanks for the detective work. >>> >>> It seems like an Embedder issue and I hope Jason van Zyl will have >>> chance to look at this. >>> >>> regards, >>> Eugene >>> >>> >>> juergen.schumacher wrote: >>> >>>> Eugene, >>>> >>>> I could eliminate one entry in my pom.xml which cause the problem: if I >>>> have >>>> >>>> <extension> >>>> <groupId>org.apache.maven.wagon</groupId> >>>> <artifactId>wagon-webdav</artifactId> >>>> <version>1.0-beta-2</version> >>>> </extension> >>>> >>>> then I will get the error message: >>>> >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [ERROR] BUILD ERROR >>>> [INFO] >>>> ------------------------------------------------------------------------ >>>> [INFO] The internal default plexus-bootstrap.xml is missing. This is >>>> highly >>>> irregular, your plexus JAR is most likely corrupt. Realms: >>>> null.child-container[extensions] parent=null (null) >>>> plexus.core [EMAIL PROTECTED] >>>> (jar:file:/D:/eclipse321/configuration/org.eclipse.osgi/bundles/465/1/.cp/lib/maven-embedder-2.1.0.v20070110-2115-dep.jar!/org/codehaus/plexus/plexus-bootstrap.xml) >>>> >>>> I use the m2eclipse 0.0.10, eclipse 3.2.1, java sdk 1.5.0._07, maven >>>> 2.0.4 >>>> I checked the wagon-webdav files but they looks well. m2eclipse 0.0.9 >>>> worked >>>> well with this extension config. >>>> >>>> As soon I omit the extension entry it works fine but I can't use dav >>>> protocol. >>>> >>>> Thanks, >>>> Juergen >>>> >>>> >>>> >>>> >>> --------------------------------------------------------------------- >>> To unsubscribe from this list please visit: >>> >>> http://xircles.codehaus.org/manage_email >>> >>> >>> >>> >> >> > > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > -- View this message in context: http://www.nabble.com/0.0.10-and-a-lot-problems-tf3128931.html#a8725499 Sent from the Maven Eclipse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
