Skip to content

Commit ccaf902

Browse files
authored
Merge pull request #126 from sswguo/BR1
Add project name for modules
2 parents 6492b65 + 73e851f commit ccaf902

File tree

6 files changed

+11
-2
lines changed

6 files changed

+11
-2
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (C) 2012-2024 Red Hat, Inc. (https://github.com/Commonjava/path-mapped-storage)
2+
# Copyright (C) 2019 Red Hat, Inc. (nos-devel@redhat.com)
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
55
# you may not use this file except in compliance with the License.

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)