Skip to content

Commit 3a08ed0

Browse files
committed
POM: add missing <name> tag
1 parent 5e773ae commit 3a08ed0

File tree

14 files changed

+28
-0
lines changed

14 files changed

+28
-0
lines changed

admin/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<artifactId>admin</artifactId>
2929
<packaging>jar</packaging>
3030

31+
<name>Spline Admin CLI</name>
32+
3133
<properties>
3234
<dockerfile.imageName>spline-admin</dockerfile.imageName>
3335
<spline.cli.executable>java -jar ${project.build.finalName}.jar</spline.cli.executable>

build/parent-pom/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<artifactId>parent-pom</artifactId>
2929
<packaging>pom</packaging>
3030

31+
<name>Spline Parent POM</name>
32+
3133
<scm>
3234
<url>https://github.com/AbsaOSS/spline</url>
3335
<connection>${scm.connection}</connection>

commons/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<artifactId>commons</artifactId>
2929
<packaging>jar</packaging>
3030

31+
<name>Spline Commons</name>
32+
3133
<properties>
3234
<timestamp>${maven.build.timestamp}</timestamp>
3335
<maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssX</maven.build.timestamp.format>

consumer-rest-core/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@
2121
<artifactId>consumer-rest-core</artifactId>
2222
<packaging>jar</packaging>
2323

24+
<name>Spline Consumer REST Core</name>
25+
2426
<parent>
2527
<groupId>za.co.absa.spline</groupId>
2628
<artifactId>parent-pom</artifactId>

consumer-services/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
<artifactId>consumer-services</artifactId>
2929

30+
<name>Spline Consumer Services</name>
31+
3032
<dependencies>
3133
<dependency>
3234
<groupId>io.swagger</groupId>

integration-tests/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
<artifactId>integration-tests</artifactId>
2929

30+
<name>Spline Integration Tests</name>
31+
3032
<dependencies>
3133
<dependency>
3234
<groupId>org.scalatest</groupId>

kafka-gateway/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
<artifactId>kafka-gateway</artifactId>
2929
<packaging>war</packaging>
3030

31+
<name>Spline Kafka Gateway</name>
32+
3133
<properties>
3234
<dockerfile.imageName>spline-kafka-server</dockerfile.imageName>
3335
</properties>

persistence/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
<artifactId>persistence</artifactId>
2929

30+
<name>Spline Persistence</name>
31+
3032
<dependencies>
3133
<dependency>
3234
<groupId>za.co.absa.spline</groupId>

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424

2525
<packaging>pom</packaging>
2626

27+
<name>Spline project</name>
28+
2729
<scm>
2830
<url>https://github.com/AbsaOSS/spline</url>
2931
<connection>${scm.connection}</connection>

producer-model-mapper/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
<artifactId>producer-model-mapper</artifactId>
2929

30+
<name>Spline Producer Model Mapper</name>
31+
3032
<dependencies>
3133
<dependency>
3234
<groupId>za.co.absa.spline</groupId>

0 commit comments

Comments
 (0)