rules_maven
rules_maven copied to clipboard
Provide way to read snapshots
I can't seem to get anything to load from http://oss.sonatype.org/content/repositories/snapshots. Is there a way to properly load snapshots, also, is there a 'nice' way to do this without needing to use SHA1 as these would change frequently?
What have you tried thus far?
Adding a flag to not explicitly require the transitive deps and their sha1s is something I've been thinking about. Perhaps checking if the coordinate ends with -SNAPSHOT, as this is the maven convention.