Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.3.0 to 3.10…
Browse files Browse the repository at this point in the history
….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]>
  • Loading branch information
dependabot[bot] and zeitlinger authored Oct 7, 2024
1 parent b6e5865 commit 09cfddc
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
1 change: 1 addition & 0 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
<simpleclient.version>0.16.0</simpleclient.version>
<codahale.version>3.0.2</codahale.version>
<opentelemetry.version>1.42.1</opentelemetry.version>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>

<licenses>
Expand Down
4 changes: 4 additions & 0 deletions examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
Example projects for the Prometheus Metrics Library.
</description>

<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
4 changes: 4 additions & 0 deletions integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
Integration tests for the Exporter modules
</description>

<properties>
<maven.javadoc.skip>true</maven.javadoc.skip>
</properties>

<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.0</version>
<version>3.10.1</version>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
Expand Down Expand Up @@ -268,10 +268,8 @@
<linksource>true</linksource>
<noqualifier>all</noqualifier>
<show>public</show>
<skippedModules>
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
</skippedModules>
<excludePackageNames>io.prometheus.metrics.expositionformats.generated.*</excludePackageNames>
<sourcepath>${project.build.sourceDirectory}</sourcepath>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 09cfddc

Please sign in to comment.