You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maven dependencies in the test scope are not distributed, by the definition of the test scope. Thus, I believe, they must be excluded from the analysis.
The text was updated successfully, but these errors were encountered:
Here, in contrast to #9755, I'd disagree: There is no common definition of the meaning of the test scope that guarantees that there's no hypothetical scenario where tests could be distributed.
In general, ORT aims to always get you the complete picture of all dependencies. If some dependencies are not distributed in your scenario, the methodology is to use means like scope excludes to filter ORT's results to match your use-case.
Maven dependencies in the
test
scope are not distributed, by the definition of thetest
scope. Thus, I believe, they must be excluded from the analysis.The text was updated successfully, but these errors were encountered: