Skip to content

dbeaver/pro#9627 Manage shared Maven plugin versions - #331

Open
yagudin10 wants to merge 1 commit into
develfrom
dbeaver/pro#9627-refactor-cloudbeaver-modules
Open

dbeaver/pro#9627 Manage shared Maven plugin versions#331
yagudin10 wants to merge 1 commit into
develfrom
dbeaver/pro#9627-refactor-cloudbeaver-modules

Conversation

@yagudin10

Copy link
Copy Markdown
Member

Closes dbeaver/pro#9627

Summary

  • manage assembly, compiler, and OpenAPI generator plugin versions in the shared parent POM
  • update the managed compiler plugin version to 3.14.0

Validation

  • ./mvnw -N validate -DskipTests
  • downstream effective POM verification

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The change is limited to pluginManagement version alignment in the shared parent POM and appears internally consistent with no conflicting definitions in this repository.

Pull request overview

Updates the shared root/pom.xml parent POM to centrally manage commonly used Maven plugin versions so downstream modules/projects inherit consistent build tooling versions.

Changes:

  • Add maven-assembly-plugin to <build><pluginManagement> with version 3.3.0.
  • Update managed maven-compiler-plugin version from 3.11.0 to 3.14.0.
  • Add openapi-generator-maven-plugin to <build><pluginManagement> with version 0.0.32-dbeaver.
File summaries
File Description
root/pom.xml Extends shared parent POM pluginManagement to manage assembly/compiler/OpenAPI generator plugin versions in one place.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

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