Commit cf24c1a
[MSHADE-252] Make relocation ex-/include matching more lenient, accepting '.**' too
Actually, class patterns are supposed to should just use 'foo.bar.*'
ending with a single asterisk, but some users mistake them for path
patterns like 'my/path/**', so let us be a bit more lenient here.
See also my related comment in MSHADE-252:
https://issues.apache.org/jira/browse/MSHADE-252?focusedCommentId=17314393&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-173143931 parent 02fba3a commit cf24c1a
File tree
1 file changed
+3
-5
lines changed- src/main/java/org/apache/maven/plugins/shade/relocation
1 file changed
+3
-5
lines changedLines changed: 3 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
118 | 117 | | |
119 | 118 | | |
120 | | - | |
121 | 119 | | |
122 | | - | |
123 | 120 | | |
124 | | - | |
125 | | - | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
126 | 124 | | |
127 | 125 | | |
128 | 126 | | |
| |||
0 commit comments