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
Question: checkPgpSignatures seems to skip the signature checking for the couple dependency modules. Can we force it to check all dependencies?
For example: my default xml shows 16 dependencies. However, the checkPgpSignatures only check for 8 dependencies.
./target/resolution-cache/reports/hello-world_2.10-default.xml : shows 16 dependencies:
I look into the below code, checkPgpSignatures gets a list of dependecies from libraryDependencies which list 9 modules. However, the checkPgpSignatures doesn't check the org.scala-lang:scala-library:2.10.4. Is it somehow filtered out?
Question: checkPgpSignatures seems to skip the signature checking for the couple dependency modules. Can we force it to check all dependencies?
For example: my default xml shows 16 dependencies. However, the checkPgpSignatures only check for 8 dependencies.
./target/resolution-cache/reports/hello-world_2.10-default.xml : shows 16 dependencies:
checkPgpSignatures reports only 8 dependencies:
The text was updated successfully, but these errors were encountered: