Hi all, I am creating eclipse projects using the maven eclipse plugin. However, i need to add an additional linked resource to the project that the plugin creates. Is there a way to do this ? To be specific, i want the following to be added to all the eclipse projects that the plugin creates: (under the projectDescription tag in the .project file that the plugin creates) <linkedResources> <link> <name>resources</name> <type>2</type> <location>/resources</location> </link> </linkedResources> Regards, Ravi
