You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jitpack is awesome, but Maven Central is more usual for Kotlin users (we use it instead of Jitpack, for instance :P)
The process is easier than it looks. It requires proving domain ownership on a Jira ticket and uploading artifacts to a different repository.
I can help with the account setup and the repository adaptations if needed.
A pet project of mine is published to Maven Central and it's very simple, so it can be used as a guide if one is needed: https://github.com/LeoColman/SimpleCpfValidator
The text was updated successfully, but these errors were encountered:
I have no idea on how to publish on maven, but I would love to do it (perhaps the project needs some revival before that, tho). I do not have access to the domain configuration, but just like jitpack's custom domain (com.open-meteo.*) I asked Patrick Zippenfenig for collaboration and everything worked out smoothly.
We actually have the option to rename the package by shifting publishing channel, should we? Let me know wdyt 😃
After this we can setup the project to publish in Sonatype's format, which involves including KotlinDocs (Dokka).
We actually have the option to rename the package by shifting publishing channel, should we? Let me know wdyt 😃
The current group is com.open-meteo and current artifact is open-meteo-api-kotlin.
Java seems to be published to Maven Central as com.open-meteo:sdk:1.4.0. I vote for keeping the group as com.open-meteo but changing the artifact to kotlin-sdk or sdk-kotlin
Jitpack is awesome, but Maven Central is more usual for Kotlin users (we use it instead of Jitpack, for instance :P)
The process is easier than it looks. It requires proving domain ownership on a Jira ticket and uploading artifacts to a different repository.
I can help with the account setup and the repository adaptations if needed.
A pet project of mine is published to Maven Central and it's very simple, so it can be used as a guide if one is needed: https://github.com/LeoColman/SimpleCpfValidator
The text was updated successfully, but these errors were encountered: