Skip to content

Commit efebb94

Browse files
committed
Remove Java 6 pom.xml from Java 7+ artifact
1 parent d7aa41e commit efebb94

File tree

2 files changed

+2
-1
lines changed
  • integration_tests/jmx_example_application
  • jmx_prometheus_javaagent

2 files changed

+2
-1
lines changed

integration_tests/jmx_example_application/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
</licenses>
2121

2222
<build>
23-
<finalName>${artifactId}</finalName>
23+
<finalName>${project.artifactId}</finalName>
2424
<plugins>
2525
<plugin>
2626
<groupId>org.apache.maven.plugins</groupId>

jmx_prometheus_javaagent/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
<artifact>io.prometheus.jmx:jmx_prometheus_javaagent_java6</artifact>
7070
<excludes>
7171
<exclude>io/prometheus/jmx/shaded/org/yaml/snakeyaml/**</exclude>
72+
<exclude>META-INF/maven/**</exclude>
7273
</excludes>
7374
<includes>
7475
<include>**</include>

0 commit comments

Comments
 (0)