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

Commits on Sep 28, 2023

  1. Return the maven location for missing junit bundles

    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 committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    2903202 View commit details
    Browse the repository at this point in the history