Hi,
I have a parent pom in a multi-module maven2.0.9 project with a generic
resource directory:
<resources>
<resource>
<directory>src/main/resources</directory>
<filtering>true</filtering>
</resource>
</resources>
This all works fine until I specify another resource directory in the child pom:
<resource>
<directory>src/main/config</directory>
<filtering>true</filtering>
</resource>
Shouldnt both resource add together so that 2 resource dirs are processed for
this particular child pom ?
The current behavior is that the child resource entry overwrite the parent one.
This looks like a bug to me.
Thanks,
-Guillaume
____________________________________________________________________________________________________
This electronic mail (including any attachments) may contain information that
is privileged, confidential, and/or otherwise protected from disclosure to
anyone other than its intended recipient(s). Any dissemination or use of this
electronic email or its contents (including any attachments) by persons other
than the intended recipient(s) is strictly prohibited. If you have received
this message in error, please notify us immediately by reply email so that we
may correct our internal records. Please then delete the original message
(including any attachments) in its entirety. Thank you.