jiteshkhatri11 commented on issue #1911: URL: https://github.com/apache/maven-resolver/issues/1911#issuecomment-4701443152
Hi @cstamas, I'd be interested in working on this enhancement. A couple of questions regarding the proposed functionality: * Should `checksums:create` generate checksum files only for the project's main artifact, or also for attached artifacts (sources, javadocs, etc.)? * For `checksums:file-verify`, do you envision verification against existing checksum files (e.g. `.sha256`, `.md5`) or simply displaying computed checksums for a given file? * Would it make sense to have a separate `checksums:verify` goal for project artifacts, or should verification remain file-oriented only? * Regarding the SPI integration, I assume the plugin should automatically expose all checksum algorithms available through Resolver's checksum SPI without additional plugin configuration. Is that the intended behavior? If the overall direction is aligned with your expectations, I'd be happy to put together an initial implementation proposal. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
