JimmyAx opened a new issue, #577: URL: https://github.com/apache/maven-war-plugin/issues/577
### Affected version 3.5.0 ### Bug description Starting with the release of version 3.5.0 my Maven project will not copy `webResources` into the created war file. I have created an integration test reproducing the issue that can be found at https://github.com/JimmyAx/maven-war-plugin/commit/5306d000b516c85d300a5b4284f35d387c394cc1 It tries to include `another.jsp` into the created war file. It works fine for 3.4.0 but is failing for 3.5.0. With a `git bisect` I managed to narrow it down to https://github.com/apache/maven-war-plugin/commit/95ab8597cbf6389832f1e56e4405f26009d547d5 being the commit that introduced the issue. I believe that `AbstractWarPackagingTask.isExcluded` is not working as intended. It's ending up in the last `return true` which will cause `another.jsp` to be excluded from the created war file rather than included as it previously was. -- 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]
