Skip to end of banner
Go to start of banner

SNAPSHOT artifacts being deleted prematurely

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Problem

Your project depends on a SNAPSHOT version of a dependency and the dependency keeps getting deleted from the SNAPSHOTS repository.


Solution

If a SNAPSHOT keeps getting cleaned up / deleted from the SNAPSHOTS repository then the artifact has a release version in the Releases repository for that project. The correct solution to this is to change your dependency to use the release version of the artifact and not depend on the SNAPSHOT version



  • No labels