Skip to content

Commit ed1f535

Browse files
committed
Set project names to ${groupId}:${artifactId}
Signed-off-by: Felix Barnsteiner <[email protected]>
1 parent 0ff5295 commit ed1f535

File tree

10 files changed

+10
-2
lines changed

10 files changed

+10
-2
lines changed

apm-agent-api/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>apm-agent-api</artifactId>
13+
<name>${groupId}:${artifactId}</name>
1314

1415

1516
</project>

apm-agent-benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
</parent>
1010

1111
<artifactId>apm-agent-benchmarks</artifactId>
12+
<name>${groupId}:${artifactId}</name>
1213
<packaging>jar</packaging>
1314

14-
<name>JMH benchmark sample: Java</name>
1515

1616
<dependencies>
1717
<dependency>

apm-agent-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
</parent>
1717

1818
<artifactId>apm-agent-core</artifactId>
19+
<name>${groupId}:${artifactId}</name>
1920

2021
<build>
2122
<plugins>

apm-agent-java/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<packaging>jar</packaging>
1313

1414
<artifactId>apm-agent-java</artifactId>
15+
<name>${groupId}:${artifactId}</name>
1516

1617
<build>
1718
<plugins>

apm-agent-plugins/apm-jdbc-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>apm-jdbc-plugin</artifactId>
13+
<name>${groupId}:${artifactId}</name>
1314

1415
<dependencies>
1516
<dependency>

apm-agent-plugins/apm-servlet-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>apm-servlet-plugin</artifactId>
13+
<name>${groupId}:${artifactId}</name>
1314

1415
<dependencies>
1516
<dependency>

apm-agent-plugins/apm-spring-webmvc-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>apm-spring-webmvc-plugin</artifactId>
13+
<name>${groupId}:${artifactId}</name>
1314

1415
<properties>
1516
<spring.version>5.0.4.RELEASE</spring.version>

apm-agent-plugins/apm-web-plugin/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>apm-web-plugin</artifactId>
13+
<name>${groupId}:${artifactId}</name>
1314

1415

1516
</project>

apm-agent-plugins/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</properties>
2222

2323
<artifactId>apm-agent-plugins</artifactId>
24+
<name>${groupId}:${artifactId}</name>
2425

2526
<dependencies>
2627
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
<groupId>co.elastic.apm</groupId>
77
<artifactId>apm-agent-parent</artifactId>
8+
<name>${groupId}:${artifactId}</name>
89
<version>0.1.0-SNAPSHOT</version>
910
<packaging>pom</packaging>
1011
<inceptionYear>2018</inceptionYear>
@@ -13,7 +14,6 @@
1314
<url>https://www.elastic.co</url>
1415
</organization>
1516

16-
<name>Elastic APM Java agent</name>
1717
<description>APM for Java applications with the Elastic stack</description>
1818
<url>https://github.com/elastic/apm-agent-java</url>
1919

0 commit comments

Comments
 (0)