Skip to content

Commit bf213a6

Browse files
committed
Fix missing project name for Maven submodules
Signed-off-by: nscuro <nscuro@protonmail.com>
1 parent ab67729 commit bf213a6

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

versatile-core/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
</parent>
99
<artifactId>versatile-core</artifactId>
1010

11+
<name>${project.groupId}:${project.artifactId}</name>
12+
1113
<properties>
1214
<project.parentBaseDir>../</project.parentBaseDir>
1315
</properties>

versatile-spi/pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
</parent>
99
<artifactId>versatile-spi</artifactId>
1010

11+
<name>${project.groupId}:${project.artifactId}</name>
12+
1113
<properties>
1214
<project.parentBaseDir>../</project.parentBaseDir>
1315
</properties>

0 commit comments

Comments
 (0)