Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delete package assets #29

Open
vs-dsva opened this issue Feb 15, 2023 · 0 comments
Open

Delete package assets #29

vs-dsva opened this issue Feb 15, 2023 · 0 comments

Comments

@vs-dsva
Copy link

vs-dsva commented Feb 15, 2023

In case of Java SNAPSHOT dependencies the assets (pom, jar, md5) are still present after the package deletion. The SNAPSHOT is transformed on the actual timestamp so the assets will just accumulate under the same package version.

EG: Below are two builds one at 19:22:52 and one at 19:52:54. The artifacts share the same DEVELOP-SNAPSHOT version.

common-db-plus-DEVELOP-20230124.192254-14.module.sha512
common-db-plus-DEVELOP-20230124.192254-14.module.sha256
common-db-plus-DEVELOP-20230124.192252-14.module.sha512
common-db-plus-DEVELOP-20230124.192254-14.module.md5
common-db-plus-DEVELOP-20230124.192252-14.module.sha256
common-db-plus-DEVELOP-20230124.192254-14.module.sha1
common-db-plus-DEVELOP-20230124.192252-14.module.md5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant