Skip to content

Commit 09cfddc

Browse files
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.3.0 to 3.10.1 (#1117)
* Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.3.0 to 3.10.1 Bumps [org.apache.maven.plugins:maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.0 to 3.10.1. - [Release notes](https://github.com/apache/maven-javadoc-plugin/releases) - [Commits](apache/maven-javadoc-plugin@maven-javadoc-plugin-3.3.0...maven-javadoc-plugin-3.10.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-javadoc-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * fix settings Signed-off-by: Gregor Zeitlinger <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Gregor Zeitlinger <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Gregor Zeitlinger <[email protected]>
1 parent b6e5865 commit 09cfddc

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

benchmarks/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<simpleclient.version>0.16.0</simpleclient.version>
2121
<codahale.version>3.0.2</codahale.version>
2222
<opentelemetry.version>1.42.1</opentelemetry.version>
23+
<maven.javadoc.skip>true</maven.javadoc.skip>
2324
</properties>
2425

2526
<licenses>

examples/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@
1616
Example projects for the Prometheus Metrics Library.
1717
</description>
1818

19+
<properties>
20+
<maven.javadoc.skip>true</maven.javadoc.skip>
21+
</properties>
22+
1923
<licenses>
2024
<license>
2125
<name>The Apache Software License, Version 2.0</name>

integration-tests/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
1818
Integration tests for the Exporter modules
1919
</description>
2020

21+
<properties>
22+
<maven.javadoc.skip>true</maven.javadoc.skip>
23+
</properties>
24+
2125
<licenses>
2226
<license>
2327
<name>The Apache Software License, Version 2.0</name>

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
</plugin>
172172
<plugin>
173173
<artifactId>maven-javadoc-plugin</artifactId>
174-
<version>3.3.0</version>
174+
<version>3.10.1</version>
175175
</plugin>
176176
<plugin>
177177
<artifactId>maven-gpg-plugin</artifactId>
@@ -268,10 +268,8 @@
268268
<linksource>true</linksource>
269269
<noqualifier>all</noqualifier>
270270
<show>public</show>
271-
<skippedModules>
272-
benchmarks,examples,integration-tests,integration_tests,,simpleclient,simpleclient_bom,simpleclient_caffeine,simpleclient_common,simpleclient_dropwizard,simpleclient_graphite_bridge,simpleclient_guava,simpleclient_hibernate,simpleclient_hotspot,simpleclient_httpserver,simpleclient_jetty,simpleclient_jetty_jdk8,simpleclient_log4j,simpleclient_log4j2,simpleclient_logback,simpleclient_pushgateway,simpleclient_servlet,simpleclient_servlet_common,simpleclient_servlet_jakarta,simpleclient_spring_boot,simpleclient_spring_web,simpleclient_tracer,simpleclient_vertx,simpleclient_vertx4
273-
</skippedModules>
274271
<excludePackageNames>io.prometheus.metrics.expositionformats.generated.*</excludePackageNames>
272+
<sourcepath>${project.build.sourceDirectory}</sourcepath>
275273
</configuration>
276274
</plugin>
277275
<plugin>

0 commit comments

Comments
 (0)