-
Bug
-
Resolution: Done
-
Blocker
-
0.17.0
-
None
-
False
-
False
-
Merged
-
---
-
---
-
Running some tests for automatic close/promote of staging repositories, I came into an error from nexus plugin when deploying apps to staging repo which is mentioning that some GAV are already existing on runtimes staging repo...
{{[ERROR] Repository "jboss_releases_staging_profile-16791" failures
[ERROR] Rule "uniq-staging" failures
[ERROR] * Artifact is not unique: 'org.kie.kogito:explainability:999.0.0' exists in repository 'jboss_releases_staging_profile-16790'
[ERROR] * Artifact is not unique: 'org.kie.kogito:integration-tests:999.0.0' exists in repository 'jboss_releases_staging_profile-16790'}}
and indeed, we have for explainibility:
- https://github.com/kiegroup/kogito-runtimes/blob/1483e0705b4c8bef8fa5a39d6600e7b15c80ff8c/addons/explainability/pom.xml
- https://github.com/kiegroup/kogito-apps/blob/master/explainability/pom.xml
and for integration-tests
- https://github.com/kiegroup/kogito-runtimes/blob/1483e0705b4c8bef8fa5a39d6600e7b15c80ff8c/integration-tests/pom.xml
- https://github.com/kiegroup/kogito-apps/blob/master/integration-tests/pom.xml
Can we have a quick action on that ? IMO this should be a blocker for 1.0, especially for explainibility...