Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Releases on maven central? #26

Closed
dacrome opened this issue Dec 7, 2016 · 4 comments
Closed

Releases on maven central? #26

dacrome opened this issue Dec 7, 2016 · 4 comments

Comments

@dacrome
Copy link

dacrome commented Dec 7, 2016

Hey,

thanks for this great project!
Is it possible to publish the releases on maven central or jcenter?

Greetz,
David

@hhandoko
Copy link
Owner

hhandoko commented Dec 8, 2016

Hi @dacrome , I thought I did... First time publishing with Maven plugin 😁, will double check it. Thanks!

@hhandoko
Copy link
Owner

hhandoko commented Dec 8, 2016

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 SNAPSHOT repo:

https://oss.sonatype.org/content/repositories/snapshots/com/builtamont/cassandra-migration/

Don't forget to add the SNAPSHOT repo in your pom.xml:

<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>

@hhandoko
Copy link
Owner

hhandoko commented Dec 8, 2016

Hi @dacrome I've managed to correct the publishing of cassandra-migration-0.9 onto Sonatype OSS repo. Please give it a few hours before it syncs to Maven Central.

@dacrome
Copy link
Author

dacrome commented Dec 8, 2016

Wow @hhandoko that was fast! It's already on maven central. Thank you very much!

@dacrome dacrome closed this as completed Dec 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants