Maven Extension Idea: iJar support

2017-10-03 Thread Farid Zakaria
ave used did not change. My guess is this would be a good way to speed up "-amd" (also-make-dependents) by quickly stopping the build based on the iJar. Could this be done as a maven extension? Farid Zakaria

Advice or examples on using aether

2020-08-20 Thread Farid Zakaria
Hello! I'm seeking to use aether (not through Maven plugin) to collect the transitive closure given a top level `pom.xml` (I'd like the version resolution strategy to mimic however maven does it for transitive dependencies) I see simple examples online that show that much however where I am

Fetching checksums + remote repository URL

2020-07-20 Thread Farid Zakaria
Seems like I can figure out how I can get the transitive closure for a project, but figuring out the remote repository URI it was resolved from & the checksum is troublesome. Thanks! Farid Zakaria