From 6bc87ac646a501810e580ca56a1510e1fbec7509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BC=D1=8F=D0=BD=20=D0=9C=D0=B8=D0=BD=D0=BA?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Thu, 28 Mar 2024 23:18:50 -0500 Subject: [PATCH] jicoco module to maven central (#200) * fix: Fixes building jicoco-metrics. * fix: Fixes generating docs for jicoco. Use dokka-maven-plugin for all modules. --- jicoco-config/pom.xml | 14 -------------- jicoco-metrics/pom.xml | 20 ++++++-------------- jicoco-test-kotlin/pom.xml | 14 -------------- pom.xml | 8 ++++---- 4 files changed, 10 insertions(+), 46 deletions(-) diff --git a/jicoco-config/pom.xml b/jicoco-config/pom.xml index 6140a50..19f69b8 100644 --- a/jicoco-config/pom.xml +++ b/jicoco-config/pom.xml @@ -110,18 +110,4 @@ - - - - release - - - - org.jetbrains.dokka - dokka-maven-plugin - - - - - diff --git a/jicoco-metrics/pom.xml b/jicoco-metrics/pom.xml index d7bde9f..312e354 100644 --- a/jicoco-metrics/pom.xml +++ b/jicoco-metrics/pom.xml @@ -218,21 +218,13 @@ + + 11 + + -Xlint:all + + - - - - release - - - - org.jetbrains.dokka - dokka-maven-plugin - - - - - diff --git a/jicoco-test-kotlin/pom.xml b/jicoco-test-kotlin/pom.xml index 3bbf535..4075148 100644 --- a/jicoco-test-kotlin/pom.xml +++ b/jicoco-test-kotlin/pom.xml @@ -95,18 +95,4 @@ - - - - release - - - - org.jetbrains.dokka - dokka-maven-plugin - - - - - diff --git a/pom.xml b/pom.xml index 7f57323..807a873 100644 --- a/pom.xml +++ b/pom.xml @@ -87,10 +87,6 @@ - org.jetbrains.dokka dokka-maven-plugin @@ -367,6 +363,10 @@ + + org.jetbrains.dokka + dokka-maven-plugin +