I have some legacy eclipse projects that should not be changed and some newer projects that could be ported to maven projects.
I would like to port these newer projects now to maven projects, but they depend on some legacy projects. My problem now is, that I need to add the output folders of the dependent projects to the compile classpath.
I thought of creating a plugin or so, that will handle all that, but I am not sure how I can alter the classpaths.
Can anyone help me with a basic plugin structure for accomplishing this task, or is the altering of classpaths not possible in that way?