New Maven snapshots for already released artifacts -


Is there a good reason to continue deploying a new snapshot, if the same version is already artifact released is?

Concrete: Already have xyz-1.0 - xyz-1.0-SNAPSHOT are the ones that continue to dependencies.

It looks wrong for me, but maybe there is some reason behind it? If 1.0 is already released, then the snapshot should not be made anymore and you should remove the snapshot from your store.


Comments

Popular posts from this blog

ios - Form Sheet content disappearing -

MySql variables and php -

c++ - an enclosing-function local variable cannot be referenced in a lambda body unless if it is in capture list -