Andrei Issakov wrote: > > I have the following problem with the Maven plugin for Eclipse: > > I installed it successfully and have built a project. But one day my > Eclipse just crashed and after that the maven plugin disappeared. I then > had unzipped another instance of Eclipse and installed Maven plugin there. > As a result, I see that the Maven is installed (in help=>software updates > and add-ons) and I see Definitive guide in Help. > > That's all. Nothing more: no maven preferences, no maven specific views, > no right button menu choices when chicking on pom.xml > > I put the site http://m2eclipse.sonatype.org/update/ in Help=>Software > updates. > > I install the following components: > Maven embedder, > Maven integration for Eclipse > Maven POM editor > Maven POM XML Editor > The Definitive Guide > Maven central repository index > > And all dependencies > > Does anyone have any idea what could be the reason for that strange > "disappearing"?
In m2eclipse 0.9.5 we have added some additional dependencies to the core plugins (namely, the XML editin framework from WTP). But haven't explicitly updated required features. So, it seems like update manager allowed you to install m2eclipse features without those required dependencies. The required dependencies are listed on the wiki [1] and the easiest way to install them without hassle is to include Ganymede/Eclipse/Callisto update site into the "update" request (basically just check that update site with m2eclipse update site). I think after that, in Eclipse 3.4, the required dependencies are be installed automatically and in Eclipse 3.3 and 3.2 you can expand corresponding update site and use "add required" action to include required dependencies. regards, Eugene [1] http://docs.codehaus.org/display/M2ECLIPSE/Installation+Requirements -- View this message in context: http://www.nabble.com/eclipse-maven-plugin-installation-problem-tp18849521p18855190.html Sent from the Maven - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
