what version of maven support in netbeans you have? I suggest you try the 6.5 development builds (we're close to RC1, so the stability is pretty good), and instal the 4.0.x version of maven support from the update center. I recall I've done some fixes in this area, but still usecases still fails. Primarily an issue with the maven embedder being used in netbeans.
http://www.netbeans.org/issues/show_bug.cgi?id=135043 could be relevant. http://www.netbeans.org/issues/show_bug.cgi?id=143185 If you issue is different, please file it in netbeans.org issuezilla, preferably with a sample project or at least the relevant plugin configuration. Regards Milos On Fri, Oct 10, 2008 at 12:46 PM, Julien Stern <[EMAIL PROTECTED]> wrote: > Hi list, > > I hope this is the right place to query about this issue. > We have a Maven2 project that is displayed as <Badly formed maven project> > (unknown). > > After a (lot) of trial and errors, we manage to locate the source of the > problem. We have one plugin (homemade) that uses > <extensions>true</extensions>. > > If we comment this line, netbeans is happy (but we cannot compile any more). > If we keep this line, we have the above error. > > Would anyone have an idea on what the issue could be? > (And how to solve it?) > > Regards, > > -- > Julien > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
