Hi,
I'm trying to do the following: 1. I already have an eclipse project with several packages. I want to keep it like it is. 2. I want to use a few classes from the existing project in eclipse in a new project that uses maven (I use m2eclipse). To keep both versions up-to-date I want to create links to the original files. Can maven somehow process a project containing these so called (in .project) linkedResources? Lets say I would want to create a jar file using maven of a single class that is in the other project. How to do this? Regards, Gerwin
