fix: remove unrecognized aggregate parameter from maven-javadoc-plugin configuration - #491
Merged
Merged
Conversation
daniel-kmiecik
approved these changes
Mar 23, 2026
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request makes a minor configuration update to the
pom.xmlfile. The change removes the<aggregate>property from themaven-javadoc-pluginconfiguration, which did affect how Javadoc was generated for multi-module projects in the past, but was removed long time ago.<aggregate>property from themaven-javadoc-pluginconfiguration in two locations withinpom.xml, which may change Javadoc aggregation behavior for the project. [1] [2]