Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Parse all parent poms and boms #1

@GijsCalis

Description

@GijsCalis
  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)

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions