Skip to content

Commit e31c23c

Browse files
committed
Add project name for modules
1 parent 6492b65 commit e31c23c

File tree

5 files changed

+10
-1
lines changed

5 files changed

+10
-1
lines changed

common/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,12 @@
2626

2727
<artifactId>path-mapped-common</artifactId>
2828

29+
<name>path-mapped :: common</name>
30+
2931
<dependencies>
3032
<dependency>
3133
<groupId>org.apache.commons</groupId>
3234
<artifactId>commons-lang3</artifactId>
3335
</dependency>
3436
</dependencies>
35-
</project>
37+
</project>

pathdb/datastax/pom.xml

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

2727
<artifactId>path-mapped-pathdb-datastax</artifactId>
2828

29+
<name>path-mapped :: pathdb :: datastax</name>
30+
2931
<dependencies>
3032
<dependency>
3133
<groupId>org.apache.commons</groupId>

pathdb/jpa/pom.xml

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

2727
<artifactId>path-mapped-pathdb-jpa</artifactId>
2828

29+
<name>path-mapped :: pathdb :: jpa</name>
30+
2931
<dependencies>
3032
<!-- JPA support-->
3133
<dependency>

pathdb/pom.xml

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

2727
<artifactId>path-mapped-pathdb</artifactId>
28+
<name>path-mapped :: pathdb :: parent</name>
2829
<packaging>pom</packaging>
2930
<modules>
3031
<module>datastax</module>

storage/pom.xml

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

2727
<artifactId>path-mapped-storage</artifactId>
2828

29+
<name>path-mapped :: pathdb :: storage</name>
30+
2931
<dependencies>
3032
<dependency>
3133
<groupId>org.commonjava.util</groupId>

0 commit comments

Comments
 (0)