RE: Using multiple source folders

2008-02-20 Thread nicklist
Thomas, Most Maven modules which generate code add the generated code to the build path. (Hibernate plugin adds /target/generated-sources/hibernate) If you want to add your own folder (say src/generated/java) to the buildpath take a look at the buildhelper plugin [1]. If I were you I would

Re: Using multiple source folders

2008-02-20 Thread Thomas Tardy
Hi Nick, thanks for your help. I don't want to generate the source with maven. We are using the model driven development approach in our project and are now thinking about splitting the completely generated code from the code with has to be modified by the developers. Therefore I just want to