Skip to content

fix: update stale assembly module reference in setup.eclipse profile#2376

Merged
jbonofre merged 1 commit intoapache:karaf-4.4.xfrom
jbonofre:fix/dependabot-assembly-module
Mar 15, 2026
Merged

fix: update stale assembly module reference in setup.eclipse profile#2376
jbonofre merged 1 commit intoapache:karaf-4.4.xfrom
jbonofre:fix/dependabot-assembly-module

Conversation

@jbonofre
Copy link
Copy Markdown
Member

Summary

  • The setup.eclipse Maven profile in the root pom.xml references <module>assembly</module>, but that directory was renamed to assemblies/ long ago
  • This causes Dependabot to fail with dependency_file_not_found: /assembly/pom.xml not found (see failed run)
  • Fixes the reference to <module>assemblies</module>

Test plan

  • Verify Dependabot runs succeed on karaf-4.4.x after merge

The setup.eclipse profile referenced <module>assembly</module> but
that directory was renamed to assemblies/ long ago. This causes
Dependabot to fail with "assembly/pom.xml not found".
Copy link
Copy Markdown
Contributor

@holgerfriedrich holgerfriedrich left a comment

Choose a reason for hiding this comment

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

I have seen this as well in the dependabot logs. 👍

@jbonofre jbonofre merged commit 575a63a into apache:karaf-4.4.x Mar 15, 2026
3 of 4 checks passed
@jbonofre jbonofre deleted the fix/dependabot-assembly-module branch March 15, 2026 21:10
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