Skip to content

fix: remove unrecognized aggregate parameter from maven-javadoc-plugin configuration - #491

Merged
kopernic-pl merged 2 commits into
masterfrom
fix/javadoc-maven-plugin-wrong-param
Mar 23, 2026
Merged

fix: remove unrecognized aggregate parameter from maven-javadoc-plugin configuration#491
kopernic-pl merged 2 commits into
masterfrom
fix/javadoc-maven-plugin-wrong-param

Conversation

@kopernic-pl

Copy link
Copy Markdown
Contributor

This pull request makes a minor configuration update to the pom.xml file. The change removes the <aggregate> property from the maven-javadoc-plugin configuration, which did affect how Javadoc was generated for multi-module projects in the past, but was removed long time ago.

  • Build configuration update:
    • Removed the <aggregate> property from the maven-javadoc-plugin configuration in two locations within pom.xml, which may change Javadoc aggregation behavior for the project. [1] [2]

@kopernic-pl
kopernic-pl merged commit b3b6004 into master Mar 23, 2026
6 checks passed
@kopernic-pl
kopernic-pl deleted the fix/javadoc-maven-plugin-wrong-param branch March 23, 2026 19:05
xtina added a commit to xtina/swagger-inflector that referenced this pull request May 6, 2026
)

* prepare release 2.0.15

* bump snapshot 2.0.16-SNAPSHOT (swagger-api#490)

Co-authored-by: ewaostrowska <ewaostrowska@users.noreply.github.com>

* fix: remove unrecognized aggregate parameter from maven-javadoc-plugin configuration (swagger-api#491)

Co-authored-by: Daniel Kmiecik <daniel.kmiecik@smartbear.com>

* prepare release 2.0.16

* bump snapshot 2.0.17-SNAPSHOT

* chore: update jackson, commons-io, and commons-lang dependencies

* Update gh actions

* Bump ch.qos.logback:logback-core from 1.5.22 to 1.5.25

Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.5.22 to 1.5.25.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](qos-ch/logback@v_1.5.22...v_1.5.25)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
  dependency-version: 1.5.25
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update peter-evans/create-pull-request to v8

* prepare release 2.0.17

* bump snapshot 2.0.18-SNAPSHOT

* chore: migrate from tibdex/github-app-token to actions/create-github-app-token

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: ewaostrowska <ewaostrowska@users.noreply.github.com>
Co-authored-by: ewaostrowska <ewa.ostrowska@smartbear.com>
Co-authored-by: sonatypeoss[bot] <68616245+sonatypeoss[bot]@users.noreply.github.com>
Co-authored-by: Mateusz Wroński <mateusz.wronski@smartbear.com>
Co-authored-by: Daniel Kmiecik <daniel.kmiecik@smartbear.com>
Co-authored-by: Damian Jankowski <damian.jankowski@smartbear.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: djankows <177228371+djankows@users.noreply.github.com>
Co-authored-by: ewaostrowska <214632419+ewaostrowska@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants