Re: different sources for maven compiling and Eclipse building

2006-11-22 Thread Marie Sauvage

Hi, it's me anymore !

I found the  directive and try this in my build to exclude the 
spooned directory from project :

   
   ${basedir}/target/spooned
   
   **/*
   
   

but in the build log, I have this :

   [INFO] [eclipse:eclipse]
   [WARNING] This plugin currently doesn't support include patterns for
   resources. Adding the entire directory.
   [WARNING] This plugin currently doesn't support exclude patterns for
   resources. Adding the entire directory.
   [WARNING] This plugin currently doesn't support include patterns for
   resources. Adding the entire directory.
   [WARNING] This plugin currently doesn't support include patterns for
   resources. Adding the entire directory.
   [WARNING] This plugin currently doesn't support include patterns for
   resources. Adding the entire directory.

(one include message for each  in the pom)

is there a way to "redirect" the parent directory to make maven include 
for example ${basedir}/src instead of ${basedir} ?


I think of having my generated-sources (target/spooned) outside the 
basedir but, as we have multiple projects, this architecture isn't 
convenient...


Marie Sauvage a écrit :

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 , so it 
doesn't work (I can't make it work...).
By default the Eclipse building includes all ${basedir} but my 
generated-sources directory is in there (${basedir}/target/spooned) so 
classes are duplicated (sources are in ${basedir}/src ) and hundreds 
of errors appears. Is there a way in the pom.xml to exclude some 
directories in Eclipse project ?


Do someone have an idea on how to do that ?

thanks in advance,
Marie Sauvage.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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 , so it doesn't 
work (I can't make it work...).
By default the Eclipse building includes all ${basedir} but my 
generated-sources directory is in there (${basedir}/target/spooned) so 
classes are duplicated (sources are in ${basedir}/src ) and hundreds of 
errors appears. Is there a way in the pom.xml to exclude some 
directories in Eclipse project ?


Do someone have an idea on how to do that ?

thanks in advance,
Marie Sauvage.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]