Skip to content

Commit b044262

Browse files
committed
Stop offering shaded classifier
1 parent 3f4bac3 commit b044262

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

pom.xml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -295,35 +295,6 @@
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>

0 commit comments

Comments
 (0)