Correct the directory tree in the README - #54
Merged
Conversation
Five entries no longer match default.xml: gh-actions-shared tracks v5 rather than v4, plexus-testing lives at plexus/testing and was listed a second time under components, and plexus-containers, maven-verifier-plugin and maven-stage-plugin left the manifest with their projects.
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.
The tree drawn under "Resulting directory tree looks like" has drifted from
default.xml. Five entries, each checked against the manifest:misc/gh-actions-shared/v4v5plexus/components/testingplexus/testing, which the tree already lists separatelyplexus/plexus-containersplugins/core/maven-verifier-pluginplugins/tools/maven-stage-pluginIndependent of #53, which adds
plexus-build-apiand its own tree line; the two touch different parts of the file.Left as-is deliberately: the tree's ordering and its use of
`--for last children do not match what a mechanical render ofdefault.xmlwould produce. Reformatting it wholesale would bury these five corrections in 150 lines of churn, and the file has no generator to keep it true afterwards.This change was created with AI assistance.