File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 8484 <include >org.apache.maven.surefire:common-junit3</include >
8585 <include >org.apache.maven.surefire:surefire-junit3</include >
8686 </includes >
87+ <excludes >
88+ <!-- with rebuild old shaded artifact is used -->
89+ <exclude >${project.groupId} :${project.artifactId} </exclude >
90+ </excludes >
8791 </artifactSet >
8892 <relocations >
8993 <relocation >
Original file line number Diff line number Diff line change 7171 <goal >shade</goal >
7272 </goals >
7373 <configuration >
74+ <artifactSet >
75+ <excludes >
76+ <!-- with rebuild old shaded artifact is used -->
77+ <exclude >${project.groupId} :${project.artifactId} </exclude >
78+ </excludes >
79+ </artifactSet >
80+ <filters >
81+ <filter >
82+ <artifact >*:*</artifact >
83+ <excludes >
84+ <exclude >**/module-info.class</exclude >
85+ <exclude >META-INF/MANIFEST.MF</exclude >
86+ </excludes >
87+ </filter >
88+ </filters >
7489 <relocations >
7590 <relocation >
7691 <pattern >org.apache.maven.shared.utils</pattern >
7792 <shadedPattern >org.apache.maven.surefire.shared.utils</shadedPattern >
7893 </relocation >
94+ <relocation >
95+ <pattern >org.apache.commons.codec</pattern >
96+ <shadedPattern >org.apache.maven.surefire.shared.codec</shadedPattern >
97+ </relocation >
7998 <relocation >
8099 <pattern >org.apache.commons.io</pattern >
81100 <shadedPattern >org.apache.maven.surefire.shared.io</shadedPattern >
89108 <shadedPattern >org.apache.maven.surefire.shared.compress</shadedPattern >
90109 </relocation >
91110 </relocations >
111+ <transformers >
112+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer" />
113+ <transformer implementation =" org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformer" />
114+ <transformer implementation =" org.apache.maven.plugins.shade.resource.AppendingTransformer" >
115+ <resource >META-INF/DEPENDENCIES</resource >
116+ </transformer >
117+ </transformers >
92118 </configuration >
93119 </execution >
94120 </executions >
You can’t perform that action at this time.
0 commit comments