Skip to content

Commit a3cad8c

Browse files
committed
Specify artifactIds for submodules
1 parent d1cf2c6 commit a3cad8c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

cli/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ uploadArchives {
8383
}
8484
}
8585

86+
pom.artifactId = "jlineup-cli"
8687
pom.project {
8788
name 'JLineup Command Line Interface'
8889
packaging 'jar'

core/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ uploadArchives {
9797
}
9898
}
9999

100+
pom.artifactId = "jlineup-core"
100101
pom.project {
101102
name 'JLineup Core'
102103
packaging 'jar'

web/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ uploadArchives {
7272
}
7373
}
7474

75+
pom.artifactId = "jlineup-web"
7576
pom.project {
7677
name 'JLineup Webservice'
7778
packaging 'jar'

0 commit comments

Comments
 (0)