Eclipse doesn't care about target/generated-sources being a source folder (as long as it is not also the output folder, but the output folder is usually target/classes). If, when you say that "the sources ... are created by my maven plugin", you mean that you wrote the maven plugin yourself, then your change your maven plugin so that it adds as many extra source directories as you want.
And finally: mvn eclipse:eclipse can generate the eclipse project files for you, and it will include all source directories added/injected up to the phase "generate-sources". ______________________________________ Diese E-Mail kann vertrauliche und geschuetzte Informationen enthalten. Wenn diese E-Mail nicht für Sie bestimmt ist, bitten wir Sie, uns unverzueglich zu informieren und sie zu loeschen. This e-mail message may contain information, which is confidential and protected. If you are not the intended recipient of this message, we ask you to inform us immediately and delete the message afterwards. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org