dnvriend / akka-persistence-inmemory

Akka-persistence-inmemory is a plugin for akka-persistence that stores journal and snapshot messages memory, which is very useful when testing persistent actors, persistent FSM and akka cluster
Apache License 2.0
134 stars 41 forks source link

Publish to Maven Central or jCenter #23

Closed hseeberger closed 8 years ago

hseeberger commented 8 years ago

If you need help, take a look at https://github.com/hseeberger/akka-sse.

dnvriend commented 8 years ago

Hi Heiko. I will look into the issue. Until that time, please add the following to your sbt build definition to use the plugin:

resolvers += "dnvriend at bintray" at "http://dl.bintray.com/dnvriend/maven"

libraryDependencies += "com.github.dnvriend" %% "akka-persistence-inmemory" % "1.2.8"
hseeberger commented 8 years ago

No worries, I did that ;-) Very nice library!

hseeberger commented 8 years ago

BTW, you can use resolvers += Resolver.bintray("dnvriend", "maven").

dnvriend commented 8 years ago

Thanks, doing my best. I use the plugin for akka-persistence and akka-cluster projects, as the in-memory plugin that comes with akka only does journalling. As for the resolver; I didn't know that :)

dnvriend commented 8 years ago

Hi Heiko, do you (need to) sign the artifacts. JCenter is complaining about missing .asc (PGP) signed artifacts.

hseeberger commented 8 years ago

Yes. Look at how akka-sse is using sbt-pgp:

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

Then use publishSigned instead of publish.

hseeberger commented 8 years ago

Alternatively you could give automatic signing by Bintray a try ...

dnvriend commented 8 years ago

Thanks, puzzling on :)

dnvriend commented 8 years ago

It should be available on JCenter:

Last Synced: Thu Mar 17 09:53:24 GMT 2016
Last Sync Status: Successfully synced and closed repo.
hseeberger commented 8 years ago

Nice! Can't find it on Maven Central, though. Did you press the button?

dnvriend commented 8 years ago

Yes I did! :) It should be available according to The Central Repository Search

hseeberger commented 8 years ago

Oops, that's a new version! Hence I could not find it ;-) Thanks!