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

[craft]: fix maven multi target release #268

Open
buenaflor opened this issue Sep 13, 2024 · 1 comment
Open

[craft]: fix maven multi target release #268

buenaflor opened this issue Sep 13, 2024 · 1 comment

Comments

@buenaflor
Copy link
Contributor

Description

We make 2 maven releases one afte the other and craft currently cannot handle that, we always need to clear the nexus staging repo

@buenaflor
Copy link
Contributor Author

Note: this is not a KMP specific issue but rather a craft maven implementation issue.

Two maven releases (not necessarily from the same repo) after the other cause problems since craft will shut down the release process as soon as it finds more than 1 active repository.

This is not ideal since supporting multi releases of the same target type (maven) should be supported, for example javascript does it without problems.

It might be possible to uniquely identify the release and continue if there are multiple releases that are unique

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Backlog
Development

No branches or pull requests

1 participant