Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tycho-4.0.x] Return the maven location for missing junit bundles #2869

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

github-actions[bot]
Copy link

Backport

This will backport the following commits from master to tycho-4.0.x:

Questions ?

Please refer to the Backport tool documentation

Currently we only publish the meta-data, what works for most of the time
if a junit bundle is missing, but for the case where the bundle name
does not match the artifact key (e.g. junit4/hamcrest) this leads to
Tycho not find the file and injecting a dummy file that can confuse
maven-surefire-plugin.

This now adds a new IRawArtifactFileProvider provider for such missing
bundles that is asked as last resort if no other part of the system can
answer for a file.

(cherry picked from commit fb32453)
@laeubi laeubi merged commit ccd3e2a into tycho-4.0.x Sep 29, 2023
2 checks passed
@akurtakov akurtakov deleted the backport/tycho-4.0.x/pr-2867 branch September 29, 2023 05:49
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.

None yet

1 participant