elharo opened a new pull request, #622: URL: https://github.com/apache/maven-war-plugin/pull/622
Fixes #619 `WarUtils.isRelated()` returned `false` when `version`, `type`, `classifier`, or `scope` were *equal* between artifact and dependency — the opposite of the intended logic (should return `false` only when they *differ*). This made `registerTargetFileName()` in `WebappStructure` effectively broken. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
