Skip to content

Commit db64b84

Browse files
author
Guru Hb
committed
6000: Get rid of build warnings in the JMC agent
Reviewed-by: hirt
1 parent 76d656c commit db64b84

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

agent/pom.xml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<plugin>
5353
<groupId>org.apache.maven.plugins</groupId>
5454
<artifactId>maven-shade-plugin</artifactId>
55-
<version>3.1.1</version>
55+
<version>3.2.4</version>
5656
<configuration>
5757
<artifactSet>
5858
<includes>
@@ -65,6 +65,15 @@
6565
<shadedPattern>org.openjdk.jmc.internal.org.objectweb.asm.</shadedPattern>
6666
</relocation>
6767
</relocations>
68+
<filters>
69+
<filter>
70+
<artifact>*:*</artifact>
71+
<excludes>
72+
<exclude>module-info.class</exclude>
73+
<exclude>META-INF/MANIFEST.MF</exclude>
74+
</excludes>
75+
</filter>
76+
</filters>
6877
</configuration>
6978
<executions>
7079
<execution>

0 commit comments

Comments
 (0)