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

Fix maven central deployment #36

Closed
kaklakariada opened this issue Aug 2, 2022 · 0 comments · Fixed by #37
Closed

Fix maven central deployment #36

kaklakariada opened this issue Aug 2, 2022 · 0 comments · Fixed by #37
Assignees
Labels
bug Unwanted / harmful behavior

Comments

@kaklakariada
Copy link
Collaborator

Currently the automatic deployment tries to upload both variants for Scala 2.12 and 2.13 to the same artifact https://repo1.maven.org/maven2/com/exasol/import-export-udf-common-scala/ which causes the build to fail.

Instead they must be uploaded to

See the spark-connector for possible solution:

@kaklakariada kaklakariada added the bug Unwanted / harmful behavior label Aug 2, 2022
@kaklakariada kaklakariada self-assigned this Aug 2, 2022
kaklakariada added a commit that referenced this issue Aug 2, 2022
kaklakariada added a commit that referenced this issue Aug 3, 2022
* #36 Fix maven central deployment

* Update changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unwanted / harmful behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant