Didn't want to file a bug if this was a conscious design decision, but
with the following POM:

<project>
  ...
  <build>
    <resources>
      <resource>a</resource>
    </resources>
  </build>
  <profiles>
    <profile>
      ...
      <build>
        <resources>
          <resource>b</resource>
        </resources>
      </build>
      ...
    </profile>
  </profiles>
  ...
</project>

Shouldn't the effective resources block consist of both 'a' and 'b'
when the profile is activated?  Currently 'b' overrides 'a'.

Cheers,

Mark

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

Reply via email to