SpineEventEngine / config

Dependencies and build configurations shared among subprojects
https://spine.io
Apache License 2.0
2 stars 3 forks source link

Remove obsolete Maven artifacts from all of our repositories #522

Open armiol opened 5 days ago

armiol commented 5 days ago

At this moment, there are a lot of *-SNAPSHOT-* artifacts in our artifact repos. The vast majority of them are obsolete, and are no longer used.

In the scope of this issue, we need an automated solution for removing them.

For each artifact published, let's remove all the snapshots, except for the most recent 5.

Target repositories include:

Also, it is suggested to deal with the removal repo-by-repo, since each of them has its own API.

armiol commented 5 days ago

@MykytaPimonovTD for CloudRepo, there is this thing, which could help us deal with the issue.

armiol commented 5 days ago

@MykytaPimonovTD also, FYI. The similar thing for GCAR.

armiol commented 5 days ago

@MykytaPimonovTD lastly, here is the deal for GitHub Packages.