different sources for maven compiling and Eclipse building

2006-11-22 Thread Marie Sauvage
Hi ! I have to use 2 different sources directories : one for Eclipse project building and one for maven compiling, because of a transition phase of annotation processing. I thought of using profiles (one for the mvn eclipse:eclipse and one for mvn) but we can't define multiple

Re: different sources for maven compiling and Eclipse building

2006-11-22 Thread Marie Sauvage
Hi, it's me anymore ! I found the exclude directive and try this in my build to exclude the spooned directory from project : resource directory${basedir}/target/spooned/directory excludes exclude**/*/exclude /excludes