Skip to content

release: add missing info for action#87

Merged
Schmarvinius merged 2 commits into
mainfrom
release/prep-for-0.0.1-alpha
Jun 18, 2026
Merged

release: add missing info for action#87
Schmarvinius merged 2 commits into
mainfrom
release/prep-for-0.0.1-alpha

Conversation

@Schmarvinius

@Schmarvinius Schmarvinius commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Fix Missing Release Configuration in pom.xml

Chore

🔧 Added missing metadata and plugin configuration required for the Maven release action to function correctly.

Changes

  • pom.xml:
    • Added <url> pointing to the GitHub repository (https://github.com/cap-java/cds-ai) at the project root level.
    • Downgraded maven.source.plugin.version from 3.4.1 to 3.4.0.
    • Added maven-source-plugin execution (attach-sources / jar-no-fork) to the deploy-release profile.
    • Added maven-javadoc-plugin execution (attach-javadocs / jar) to the deploy-release profile.
    • Added explicit <version>3.2.8</version> to the maven-gpg-plugin configuration.
    • Added explicit <version>0.11.0</version> to the central-publishing-maven-plugin configuration.
  • 🔄 Regenerate and Update Summary
PR Bot Information

Version: 1.26.0

  • Event Trigger: pull_request.opened
  • Summary Prompt: Default Prompt
  • Correlation ID: 442086f2-ec72-42c4-8d31-4dbda0ae9130
  • File Content Strategy: Full file content
  • Output Template: Default Template
  • LLM: anthropic--claude-4.6-sonnet

@Schmarvinius Schmarvinius requested a review from a team as a code owner June 18, 2026 13:47

@hyperspace-insights hyperspace-insights Bot 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.

The PR correctly adds the required Maven Central metadata (<url>, sources JAR, Javadoc JAR, GPG signing, and Central publishing) but has three issues: an apparent version downgrade of maven-source-plugin (3.4.1 → 3.4.0) and two plugin versions hardcoded inline rather than extracted to <properties> like every other plugin in the POM.

PR Bot Information

Version: 1.26.0

  • Correlation ID: 442086f2-ec72-42c4-8d31-4dbda0ae9130
  • Event Trigger: pull_request.opened
  • File Content Strategy: Full file content
  • LLM: anthropic--claude-4.6-sonnet

Comment thread pom.xml
Comment thread pom.xml Outdated
Comment thread pom.xml Outdated
lisajulia
lisajulia previously approved these changes Jun 18, 2026
@Schmarvinius Schmarvinius merged commit bc79d63 into main Jun 18, 2026
10 checks passed
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