[
https://issues.apache.org/jira/browse/MNG-7383?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MNG-7383.
-------------------------------
Fix Version/s: (was: waiting-for-feedback)
Resolution: Not A Problem
Well, there is not bug. It works as intended. This parameter is solely for
plugin configuation:
https://github.com/apache/maven/blob/c3cf29438e3d65d6ee5c5726f8611af99d9a649a/maven-model/src/main/mdo/maven.mdo#L2120-L2135
> Cannot combine project.build.resources
> --------------------------------------
>
> Key: MNG-7383
> URL: https://issues.apache.org/jira/browse/MNG-7383
> Project: Maven
> Issue Type: Bug
> Components: POM
> Affects Versions: 3.6.3
> Reporter: Thorsten Glaser
> Priority: Minor
>
> I’m trying to add resources to a project but preserve the resources that the
> parent POM adds. This fails, though:
> {quote}{{<build>}}
> {{ <resources combine.self="merge" combine.children="append">}}
> {{ <resource>}}
> {{ <directory>${project.basedir}</directory>}}
> {{ <includes>}}
> {{ <include>README</include>}}
> {{ </includes>}}
> {{ <filtering>false</filtering>}}
> {{ </resource>}}
> {{ </resources>}}
> {quote}
--
This message was sent by Atlassian Jira
(v8.20.1#820001)