You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Felipe Kamakura <fe...@gmail.com> on 2008/03/14 16:15:24 UTC

Resources copying configuration

Greetings,

I have a parent pom.xml with a
<resources>
  <resource>
    <directory>src/main/resources</directory>
    <filtering>true</filtering>
  </resource>
</resources>

If a child pom.xml specifies another resources configuration, this
configuration completely overrides the parent's.

Is that behavior expected, or is it an issue?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org