Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aether-users] How to avoid fallback to literal "-SNAPSHOT" version when resolving SNAPSHOTS?

Andreas Sewe wrote:

Now, if the checksum of maven-metadata.xml is
wrong, Aether falls back to trying to resolve the artifact with a
literal version of "1.0.0-SNAPSHOT". But this can never succeed for a
*model* repository.

Is there some easy way to change this behavior

Change to what exactly? You configured the system to reject stuff with mismatching checksums, now the metadata is rejected preventing the resolution of the timestamped snapshot. What other than an error do you expect out of this?


Benjamin


Back to the top