Well let me give an example then..: the project i am working on is a multi-project one where each sub-project has it's own project.xml. In this project.xml all dependencies are nicelly aranged and building and packing goes fine...
Based on each project.xml, the maven eclipse goal creates per sub-project the corresponding .classpath and .project files needed for editing the sourcecode using eclipse. (so far so good!!!) Just an import of the sub-project in eclipse and we are up-and-runnig! What i can do in eclipse is mount or associated a specific class folder that contains files that need to be on the classpath when running, debugging or testing the eclipse project. This can be for example a centralized log4j.xml file that contains my log settings. So using eclipse i can mount this class-folder and from that point on al files in this folder will be available to the classpatch!!! But when i regenerate the .project / .classpatch files, these included folders are off course gone! So i was looking for a way that these classfolder depencies could also be generated using the maven eclipse goal. To my knowledge at this moment, there is no succesfull way to tell the maven eclipse plugin that it shuold also generate or include pointers to my class-folder or centralized log4j file.... Any help would highly be appreciated!!!!!!!!!!!!!!!! Kind Regards, Marco Pas -----Original Message----- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Jörg Schaible Sent: zaterdag 28 februari 2004 11:54 To: [EMAIL PROTECTED] Subject: RE: Maven Eclipse and class folder.. Marco Pas wrote: > Indeed that what i meant! Sorry for the confusion! > I use maven to generate the eclipse project files and it seems that > there is something missing or going wrong. Nevertheless, I was not sure, what you originally wanted to do. Maybe you can be more describtive or give a sample. > -----Original Message----- > From: Jörg Schaible > To: Maven Users List > Sent: 2/27/2004 3:01 PM > Subject: RE: Maven Eclipse and class folder.. > > Daniel Bonniot wrote on Friday, February 27, 2004 2:31 PM: > >> Marco Pas wrote: >>> When using the maven eclipse plugin >> >> You should probably direct such questions to the eclipse plugin >> mailing list: >> > http://mevenide.sourceforge.net/mail-lists.html > > Well, I think the original poster did not mean the Maven plugin for > Eclipse, but the Eclipse plugin for Maven: > > $maven eclipse:generate-classpath generate-project > > Regards, > Jörg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > This e-mail and any attachment is for authorised use by the intended > recipient(s) only. It may contain proprietary material, confidential > information and/or be subject to legal privilege. It should not be > copied, disclosed to, retained or used by, any other party. If you are > not an intended recipient then please promptly delete this e-mail and > any attachment and all copies and inform the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]