>From my understanding, this is forced by m2eclipse to let the maven builder handle resource filtering and copy to target when some resources are changed.
2008/7/23 nicolas de loof <[EMAIL PROTECTED]>: > Hello, > > My eclipse project uses m2eclipse and is configured with : > > <classpathentry excluding="**" kind="src" output="target/classes" > path="src/main/resources"/> > > The excluding filter has the side effect (on eclipse 3.4) to disable ANY > resource file from beeing copied to the target directory. > > Is this the expected behaviour ? > > Nicolas >
