Hi there, after googeling for an hour without result I need some help: How can I separate my handwritten source code under version control from my generated code (not under version control) Some manually and generated classes are interdependent and need to be placed in same packages. The perfect solution in Eclipse are two source directories, src/main/java which one is under version control and target/src-gen/main/java which is not versioned.
But how can I tell about this to Maven2? Olaf Kossak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
