Skip to content

Commit 677edec

Browse files
committed
add artifact names and dokka-maven-plugin for kotlin modules
1 parent a8a1b9f commit 677edec

File tree

27 files changed

+122
-13
lines changed

27 files changed

+122
-13
lines changed

logbook-api/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<relativePath>../logbook-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>logbook-api</artifactId>
12+
<name>${artifactId}</name>
1213
<description>HTTP request and response logging</description>
1314
<scm>
1415
<url>https://github.com/zalando/logbook</url>

logbook-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<artifactId>logbook</artifactId>
88
<version>3.12.2</version>
99
</parent>
10-
1110
<artifactId>logbook-bom</artifactId>
11+
<name>${artifactId}</name>
1212
<version>3.12.2</version>
1313
<packaging>pom</packaging>
1414
<description>HTTP request and response logging</description>

logbook-common/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<relativePath>../logbook-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>logbook-common</artifactId>
11+
<name>${artifactId}</name>
1112
<description>HTTP Client interceptor for request and response logging</description>
1213
<scm>
1314
<url>https://github.com/zalando/logbook</url>

logbook-core/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<relativePath>../logbook-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>logbook-core</artifactId>
11+
<name>${artifactId}</name>
1112
<description>HTTP request and response logging</description>
1213
<scm>
1314
<url>https://github.com/zalando/logbook</url>

logbook-httpclient/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<relativePath>../logbook-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>logbook-httpclient</artifactId>
11+
<name>${artifactId}</name>
1112
<description>HTTP Client interceptor for request and response logging</description>
1213
<scm>
1314
<url>https://github.com/zalando/logbook</url>

logbook-httpclient5/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<relativePath>../logbook-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>logbook-httpclient5</artifactId>
11+
<name>${artifactId}</name>
1112
<description>HTTP Client interceptor for request and response logging</description>
1213
<scm>
1314
<url>https://github.com/zalando/logbook</url>

logbook-jaxrs/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<relativePath>../logbook-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>logbook-jaxrs</artifactId>
11+
<name>${artifactId}</name>
1112
<description>HTTP Server and Client filters for request and response logging</description>
1213
<scm>
1314
<url>https://github.com/zalando/logbook</url>

logbook-jdkserver/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<relativePath>../logbook-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>logbook-jdkserver</artifactId>
11+
<name>${artifactId}</name>
1112
<description>Support for HTTP request and response logging in JDK bundled server</description>
1213
<scm>
1314
<url>https://github.com/zalando/logbook</url>

logbook-jmh/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
<relativePath>../logbook-parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>logbook-jmh</artifactId>
12+
<name>${artifactId}</name>
1213
<description>JMH Benchmarks for Logbook</description>
1314
<scm>
1415
<url>https://github.com/zalando/logbook</url>

logbook-json/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
<relativePath>../logbook-parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>logbook-json</artifactId>
11+
<name>${artifactId}</name>
1112
<description>HTTP Client interceptor for request and response logging</description>
1213
<scm>
1314
<url>https://github.com/zalando/logbook</url>

0 commit comments

Comments
 (0)