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

Parse all parent poms and boms #1

Open
GijsCalis opened this issue Feb 26, 2024 · 0 comments
Open

Parse all parent poms and boms #1

GijsCalis opened this issue Feb 26, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@GijsCalis
Copy link
Owner

  1. parse pom
  2. Check if pom was parsed before (to prevent cycles/loops)
  3. Store coordinates of pom (for cycle detection in 2.)
  4. find parent, if found parse parent (goto 1.)
  5. find properties, store when not already present
  6. find pom imports (BOM) in dependency management, goto 1.
  7. Gather all managed dependencies
  8. [for parent poms only] Gather all dependencies (as these are inherited)
@GijsCalis GijsCalis added the enhancement New feature or request label Feb 26, 2024
@GijsCalis GijsCalis self-assigned this Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant