The eclipse plugin generates both .project and .classpath for the project you run it on. If you run it on the master project of a multiproject tree, you get the dependencies of the master project added to your .classpath, ie nothing. You shouldn't run it on your master project anyways as it will be difficult to use the resulting eclipse project, I'm guessing you don't get you source paths correct either do you? The best way is to run it against all subprojects, and use the subprojects in eclipse (you can use the multiproject import tool if you have many subprojects).
Steve Molloy On Tue, 2004-12-21 at 12:05 +0100, Claudius Spellmann wrote: > Hi, > > Is it actually possible to generate eclipse classpath files in maven > like the .project files ??? > When I use the eclipse plugin maven is generating an empty classpath > file and when i fiddle around with the multiproject plugin maven is > generating multiple classpath files for each subproject. But I need one > general classpath file that contains all the classpath entries. > > Is it actually possible or has anybody done this before ? > > thanks > Claudius > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >
