Skip to content

Commit

Permalink
fix: Fixes generating docs for jicoco.
Browse files Browse the repository at this point in the history
Use dokka-maven-plugin for all modules.
  • Loading branch information
damencho committed Mar 29, 2024
1 parent 664d2b5 commit 08ce9a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 46 deletions.
14 changes: 0 additions & 14 deletions jicoco-config/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,18 +110,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
14 changes: 0 additions & 14 deletions jicoco-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,18 +227,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
14 changes: 0 additions & 14 deletions jicoco-test-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,4 @@
</plugin>
</plugins>
</build>

<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,6 @@
<build>
<pluginManagement>
<plugins>
<!--
Dokka is not added as plugin for all projects because it randomly fails
for jicoco, see also https://github.com/Kotlin/dokka/issues/1599
-->
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
Expand Down Expand Up @@ -367,6 +363,10 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 08ce9a7

Please sign in to comment.