Skip to content

Commit b145a9a

Browse files
committed
Bom
1 parent 95ac328 commit b145a9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ distinct for each "path" in dependency graph, it basically explodes on large gra
2525

2626
Conclusion:
2727
* Large scale (huge) BOMs are just bad: they clog Maven and Resolver for "what if it is used downstream".
28-
Is like shooting with a cannon onto mouse. Lumps "everything" onto consumer projects thay may want
29-
only tiny portion of it.
28+
Is like shooting with a cannon onto mouse. Lumps "everything" onto consumer projects they may want
29+
only tiny portion of it. Reading effective POMs of projects importing huge BOMs is impossible.
3030
* The **`import`** scope hack is bad, and too many times confuses users, even experienced ones. Moreover,
3131
the `import` scope **does not and never did** work in "Maven way" (it is first comes wins).
3232

0 commit comments

Comments
 (0)