Skip to content

Commit a9e0d70

Browse files
authored
Merge pull request #54 from sswguo/BR1
Add project name for modules
2 parents 1d34d93 + aabc6d3 commit a9e0d70

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

rwx-test/pom.xml

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

2828
<artifactId>rwx-test</artifactId>
2929

30+
<name>RWX::Tests</name>
31+
3032
<dependencies>
3133
<dependency>
3234
<groupId>org.commonjava.rwx</groupId>

rwx/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727

2828
<artifactId>rwx</artifactId>
2929

30+
<name>RWX</name>
31+
3032
<dependencies>
3133
<dependency>
3234
<groupId>org.apache.commons</groupId>
@@ -45,4 +47,4 @@
4547
<artifactId>commons-codec</artifactId>
4648
</dependency>
4749
</dependencies>
48-
</project>
50+
</project>

0 commit comments

Comments
 (0)