Skip to content

Commit 9f7192e

Browse files
committed
build: Remove empty dokka JAR
1 parent 3a740d8 commit 9f7192e

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

pom.xml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -154,19 +154,6 @@
154154
<plugin>
155155
<artifactId>maven-javadoc-plugin</artifactId>
156156
<version>3.10.0</version>
157-
<executions>
158-
<execution>
159-
<id>dokka-jar</id>
160-
<phase>package</phase>
161-
<goals>
162-
<goal>jar</goal>
163-
</goals>
164-
<configuration>
165-
<classifier>dokka</classifier>
166-
<javadocDirectory>${project.build.directory}/dokka</javadocDirectory>
167-
</configuration>
168-
</execution>
169-
</executions>
170157
</plugin>
171158
<plugin>
172159
<artifactId>maven-jar-plugin</artifactId>
@@ -200,11 +187,13 @@
200187
<phase>prepare-package</phase>
201188
<goals>
202189
<goal>dokka</goal>
203-
<goal>javadoc</goal>
204190
<goal>javadocJar</goal>
205191
</goals>
206192
</execution>
207193
</executions>
194+
<configuration>
195+
<reportUndocumented>true</reportUndocumented>
196+
</configuration>
208197
</plugin>
209198
<plugin>
210199
<groupId>org.jetbrains.kotlin</groupId>

0 commit comments

Comments
 (0)