maven-shade-plugin
maven-shade-plugin copied to clipboard
Apache Maven Shade Plugin
Follow up of https://github.com/apache/maven-shade-plugin/pull/104#issuecomment-883263433 to share the idea (likely better than discussing).
Now ignoring directories when scanning the classpath for services. Just scan through files. Not sure though, if directories should be traversed somehow. However, if so, than this might be a...
With the merge request https://github.com/apache/maven/pull/483 in place the MSHADE-340 test fails. This very small change fixes this problem. With this in place the build passes `mvn clean verify -Prun-its` with...
Although I don't fully understand the scenarios where we re-evaluate the exclusions of a dependency, I do know that if we do, we will add them again, leading to a...
The generic transformer will actually delegate to other transformers for the actual processing to avoid to reimplement again and again the same logic. //cc @rfscholte can you review it since...
Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MSHADE) filed for the change (usually before you start...
Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MSHADE) filed for the change (usually before you start...
…-INF/services Following this checklist to help us incorporate your contribution quickly and easily: - [ ] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MSHADE) filed for the change (usually before you...
Following this checklist to help us incorporate your contribution quickly and easily: - [X] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/MSHADE) filed for the change (usually before you start working...
Bumps `asmVersion` from 9.3 to 9.4. Updates `asm` from 9.3 to 9.4 Updates `asm-commons` from 9.3 to 9.4 Dependabot will resolve any conflicts with this PR as long as you...