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
Use-case:
we have a project which builds a clever .zip archive for deployment, which contains a maven dependency:resolve script for downloading all dependencies.
to prevent tampering with dependencies we want to include checksum:checksum-dependencies result into a .zip archive, and to call checksum:check after dependency-resolve.
unfortunately currently we can't because of .pom packaging of project.
The text was updated successfully, but these errors were encountered:
would really appreciate if you could release a version with this fix - I need to use it behind corporate firewall and forking/building is not an easy option :(
Looks like #113 isn't going to be merged soon... Would really appreciate if you could release a version without it if it doesn't merged in next days...
Use-case:
we have a project which builds a clever .zip archive for deployment, which contains a maven dependency:resolve script for downloading all dependencies.
to prevent tampering with dependencies we want to include checksum:checksum-dependencies result into a .zip archive, and to call checksum:check after dependency-resolve.
unfortunately currently we can't because of .pom packaging of project.
The text was updated successfully, but these errors were encountered: