SpineEventEngine / validation

Apache License 2.0
2 stars 0 forks source link

Avoid conflict on publishing the fat JAR to GitHub Packages #43

Closed armiol closed 1 year ago

armiol commented 1 year ago

Previously, there was a POM file conflict upon publishing spine-validation-java-bundle:all artifact to GitHub Packages. It was caused by the fact there were two artifacts with the same name (spine-validation-java-bundle) and different classifiers.

This changeset renames the artfact of the fat JAR to spine-validation-java-extensions:all (as it describes the extensions to ProtoData which render the validation code in Java). Such a change will allow to avoid the conflicts.

codecov[bot] commented 1 year ago

Codecov Report

Merging #43 (df2f6c0) into master (15905ef) will not change coverage. The diff coverage is n/a.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #43 +/- ## ======================================== Coverage 9.02% 9.02% Complexity 46 46 ======================================== Files 62 62 Lines 1463 1463 Branches 129 129 ======================================== Hits 132 132 Misses 1317 1317 Partials 14 14 ```