you won't find bom.xml trust me...
Look for more info to reference URL:
illustrates how a "bill of materials" (BOM) can be created for use by other projects
We could implement and get benefits with 2 ways:
- Inherit
- or import.
As mentioned by baeldung.com:
In larger projects, the approach of inheritance is not efficient because the project can inherit only a single parent. Importing is the alternative as we can import as many BOMs as we need.
No comments:
Post a Comment