This repository has been archived by the owner on Jul 22, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 21
Releases on maven central? #26
Comments
Hi @dacrome , I thought I did... First time publishing with Maven plugin 😁, will double check it. Thanks! |
It seems that Sonatype OSS wasn't able to perform an automated release due to invalid PGP signature. I'll have to investigate this further. In the meantime, you can use the Sonatype OSS https://oss.sonatype.org/content/repositories/snapshots/com/builtamont/cassandra-migration/ Don't forget to add the <repositories>
<repository>
<id>oss-sonatype</id>
<name>oss-sonatype</name>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories> |
Hi @dacrome I've managed to correct the publishing of |
Wow @hhandoko that was fast! It's already on maven central. Thank you very much! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey,
thanks for this great project!
Is it possible to publish the releases on maven central or jcenter?
Greetz,
David
The text was updated successfully, but these errors were encountered: