Skip to content

Commit db77b21

Browse files
committed
Set project name
1 parent 669fda3 commit db77b21

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

log4j-ecs-layout/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>log4j-ecs-layout</artifactId>
13+
<name>${project.groupId}:${project.artifactId}</name>
1314

1415
<properties>
1516
<parent.base.dir>${project.basedir}/..</parent.base.dir>

log4j2-ecs-layout/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
</properties>
1515

1616
<artifactId>log4j2-ecs-layout</artifactId>
17+
<name>${project.groupId}:${project.artifactId}</name>
1718

1819
<build>
1920
<plugins>

logback-ecs-encoder/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>logback-ecs-encoder</artifactId>
13+
<name>${project.groupId}:${project.artifactId}</name>
1314

1415
<properties>
1516
<parent.base.dir>${project.basedir}/..</parent.base.dir>

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
<groupId>co.elastic.logging</groupId>
88
<artifactId>java-ecs-logging-parent</artifactId>
99
<version>0.1.0-SNAPSHOT</version>
10+
<name>${project.groupId}:${project.artifactId}</name>
1011
<modules>
1112
<module>ecs-logging-core</module>
1213
<module>log4j-ecs-layout</module>

0 commit comments

Comments
 (0)