Add post: The Dependency Your Build Downloads That No Maven Tool Will Show You - #100
Open
algomaster99 wants to merge 1 commit into
Open
Add post: The Dependency Your Build Downloads That No Maven Tool Will Show You#100algomaster99 wants to merge 1 commit into
algomaster99 wants to merge 1 commit into
Conversation
… Show You Covers the Surefire+JUnit5 dynamic-provider-resolution case (also affecting Failsafe, maven-compiler-plugin's annotationProcessorPaths, Quarkus, and protobuf-maven-plugin+os-maven-plugin): why dependency:tree, resolve-plugins, go-offline, and trusted checksums are all structurally blind to artifacts a plugin resolves imperatively at execution time, and how maven-lockfile's in-progress DynamicResolutionSpy extension closes that gap for generate/freeze.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New post walking through the Surefire + JUnit 5 dynamic-resolution case (chains-project/maven-lockfile#1568): a minimal repro where Surefire resolves its test-framework provider imperatively at execution time, producing 7 artifacts that appear in none of
dependency:tree,resolve-plugins, orgo-offline— and wherego-offline's own populated repo fails anmvn --offline test. Also touches on the same pattern in Failsafe,maven-compiler-plugin'sannotationProcessorPaths(MCOMPILER-503), Quarkus deployment JARs, and protobuf-maven-plugin + os-maven-plugin, then explains how maven-lockfile's in-progressDynamicResolutionSpyextension (chains-project/maven-lockfile#1623) closes the gap forgenerate/freeze.Added to the "Posts" list on the index page, newest first.
Test plan
ai-bump.md,agentic-supply-chain-security.md)Generated by Claude Code