Skip to content

Commit 2c1e2c8

Browse files
committed
Disabled the setting skipping generation of javadoc jar
1 parent 95b6da6 commit 2c1e2c8

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
<kotlin.version>1.2.71</kotlin.version>
1818
<jackson.version>2.9.6</jackson.version>
1919

20-
<!--This contends with dokka and creates two javadoc jars...-->
21-
<maven.javadoc.skip>true</maven.javadoc.skip>
22-
2320
<maven.compiler.source>${java.version}</maven.compiler.source>
2421
<maven.compiler.target>${java.version}</maven.compiler.target>
2522
<useReleaseProfile>false</useReleaseProfile>
@@ -212,19 +209,6 @@
212209
</execution>
213210
</executions>
214211
</plugin>
215-
<plugin>
216-
<groupId>org.apache.maven.plugins</groupId>
217-
<artifactId>maven-javadoc-plugin</artifactId>
218-
<version>3.0.1</version>
219-
<executions>
220-
<execution>
221-
<id>attach-javadocs</id>
222-
<goals>
223-
<goal>jar</goal>
224-
</goals>
225-
</execution>
226-
</executions>
227-
</plugin>
228212
</plugins>
229213
</build>
230214
</profile>

0 commit comments

Comments
 (0)