File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change 295295 <source >17</source >
296296 </configuration >
297297 </plugin >
298- <plugin >
299- <groupId >org.apache.maven.plugins</groupId >
300- <artifactId >maven-shade-plugin</artifactId >
301- <version >3.6.0</version >
302- <executions >
303- <execution >
304- <phase >package</phase >
305- <goals >
306- <goal >shade</goal >
307- </goals >
308- <configuration >
309- <createDependencyReducedPom >false</createDependencyReducedPom >
310- <minimizeJar >true</minimizeJar >
311- <shadedArtifactAttached >true</shadedArtifactAttached >
312- <shadedClassifierName >shaded</shadedClassifierName >
313- <relocations >
314- <relocation >
315- <pattern >io.netty</pattern >
316- <shadedPattern >org.kitteh.irc.lib.io.netty</shadedPattern >
317- </relocation >
318- <relocation >
319- <pattern >net.engio</pattern >
320- <shadedPattern >org.kitteh.irc.lib.net.engio</shadedPattern >
321- </relocation >
322- </relocations >
323- </configuration >
324- </execution >
325- </executions >
326- </plugin >
327298 <plugin >
328299 <groupId >com.mycila</groupId >
329300 <artifactId >license-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments