elharo opened a new pull request, #625:
URL: https://github.com/apache/maven-war-plugin/pull/625

   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*).
   
   Includes TDD: wrote failing tests first (7 test cases covering all 
`isRelated()` branches), then applied the fix.


-- 
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]

Reply via email to