[
https://issues.apache.org/jira/browse/RAT-510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18032746#comment-18032746
]
Claude Warren commented on RAT-510:
-----------------------------------
The error is that the statement should be
{noformat}
<inputExcludes>
<expression>A</expression>
<expression>B</expression>
</inputExcludes>
{noformat}
So the Maven UI should emit a warning if inputExclude is used more than once –
or simply accept multiple inputExclude statements.
> Under Maven 4 only the last <inputExclude> is accepted.
> -------------------------------------------------------
>
> Key: RAT-510
> URL: https://issues.apache.org/jira/browse/RAT-510
> Project: Apache Rat
> Issue Type: Bug
> Components: Client - maven
> Affects Versions: 0.17
> Reporter: Claude Warren
> Assignee: Claude Warren
> Priority: Critical
>
> When using multiple <inputExclude> tags only the last one is accepted.
> Attempting to use
> {noformat}
> <inputExclude>
> <exclude>A</exclude>
> <exclude>B</exclude>
> </inputExclude> {noformat}
> fails
--
This message was sent by Atlassian Jira
(v8.20.10#820010)