diff --git a/README.md b/README.md index 06b306d29..1ce5ff03b 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![GitHub Actions Build Status](https://github.com/openhab/openhab-core/actions/workflows/ci-build.yml/badge.svg?branch=main)](https://github.com/openhab/openhab-core/actions/workflows/ci-build.yml) [![Jenkins Build Status](https://ci.openhab.org/job/openHAB-Core/badge/icon)](https://ci.openhab.org/job/openHAB-Core/) +[![JavaDoc Build Status](https://ci.openhab.org/view/Documentation/job/openHAB-JavaDoc/badge/icon?subject=javadoc)](https://ci.openhab.org/view/Documentation/job/openHAB-JavaDoc/) [![EPL-2.0](https://img.shields.io/badge/license-EPL%202-green.svg)](https://opensource.org/licenses/EPL-2.0) [![Crowdin](https://badges.crowdin.net/openhab-core/localized.svg)](https://crowdin.com/project/openhab-core) diff --git a/pom.xml b/pom.xml index 511284603..dde28aa8d 100644 --- a/pom.xml +++ b/pom.xml @@ -326,10 +326,12 @@ Import-Package: \\ org.apache.maven.plugins maven-javadoc-plugin - 3.2.0 + 3.6.2 - !${quality.skip} + true + true none + true *.internal,*.internal.* diff --git a/tools/upgradetool/pom.xml b/tools/upgradetool/pom.xml index 890c02c14..a0c991432 100644 --- a/tools/upgradetool/pom.xml +++ b/tools/upgradetool/pom.xml @@ -38,6 +38,11 @@ commons-cli 1.5.0 + + org.osgi + org.osgi.service.component.annotations + 1.5.0 + org.slf4j slf4j-simple