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

Reply via email to