please does anybody know the answer to the following, rather obvious, question regarding the "matrix of scopes" in the official maven docs:
The footnote explains why the cell indexed [compile,compile] again contains the value "compile".
In my opinion, the VERY SAME ARGUMENT implies the following:
Cells [compile,provided] and [provided,provided] both should contain "provided".
Cell [test,provided] should contain "test".
So why do all of these cells contain "-" ?!? It doesn't make sense to me...
Many thanks in advance for all kind of useful suggestions!