Václav Haisman created MASSEMBLY-970: ----------------------------------------
Summary: Duplicate <include> in <dependencySet> causes "The following patterns were never triggered in this artifact inclusion filter" warning Key: MASSEMBLY-970 URL: https://issues.apache.org/jira/browse/MASSEMBLY-970 Project: Maven Assembly Plugin Issue Type: Bug Components: dependencySet Affects Versions: 3.4.2 Reporter: Václav Haisman {code} [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.python:jython-standalone' {code} The reason for the warning is a duplicate lines of {{<include>}} in {{<dependencySet>}}. Here is a Git repository with the demonstration projects: [https://github.com/wilx/maven-assembly-includes-test-case-2|https://github.com/wilx/maven-assembly-includes-test-case-2]. Older versions did not show this warning. This warning in combination with {{<useStrictFiltering>true</useStrictFiltering>}} breaks build. Maybe there should be a warning about duplicate {{<include>}} instead that does not break the build with {{<useStrictFiltering>}}? -- This message was sent by Atlassian Jira (v8.20.10#820010)