simple-slack-api icon indicating copy to clipboard operation
simple-slack-api copied to clipboard

please publish to maven central

Open jgangemi opened this issue 8 years ago • 6 comments

please consider publishing this library to maven central, otherwise it requires me to define this section in my pom

  <repositories>
    <repository>
      <id>central</id>
      <url>http://repo1.maven.org/maven2</url>
      <snapshots>
        <enabled>false</enabled>
      </snapshots>
    </repository>
    <repository>
      <id>oss-snapshots-repo</id>
      <url>https://oss.sonatype.org/content/repositories/snapshots</url>
      <releases>
        <enabled>false</enabled>
      </releases>
      <snapshots>
        <enabled>true</enabled>
      </snapshots>
    </repository>
    <repository>
      <id>jitpack.io</id>
      <url>https://jitpack.io</url>
    </repository>
  </repositories>

which http://central.sonatype.org/pages/requirements.html#a-complete-example-pom recommends against.

jgangemi avatar Sep 10 '16 03:09 jgangemi

Older versions were pushed to Maven Central. This practice was abandoned?

Stephan202 avatar Sep 10 '16 10:09 Stephan202

odd - when i searched last night i didn't see 0.6.0 in the repo. it was also around midnight, so that could explain a lot...

going to leave this open just to get a final confirmation on if releases will continue to be published there.

jgangemi avatar Sep 10 '16 14:09 jgangemi

No, it was not abandonned, but I think it is due to the fact I changed the key I'm using to sign the jars. I will check that.

bcorne avatar Sep 10 '16 14:09 bcorne

i think what was throwing me is i search for simple-slack-api which yields this: http://search.maven.org/#search%7Cga%7C1%7Csimple-slack-api

instead of searching for simpleslackapi which yields this: http://search.maven.org/#search%7Cga%7C1%7Csimpleslackapi

and has the latest version. sorry for any confusion - can this request yield an update to the README that states the coordinates of where the jar is available?

jgangemi avatar Sep 10 '16 15:09 jgangemi

sure it can, I'll do that

bcorne avatar Sep 10 '16 22:09 bcorne

@bcorne the latest version is in Maven Central now. I guess, this issue should be closed.

yegor256 avatar Jan 24 '17 09:01 yegor256