scaerospike icon indicating copy to clipboard operation
scaerospike copied to clipboard

Publish to maven repository

Open jstokes opened this issue 10 years ago • 2 comments

Are you publishing/are there plans to publish scaerospike to a maven repository? I hunted around, but couldn't find it published anywhere.

Thanks!

jstokes avatar Oct 30 '14 17:10 jstokes

and remove tapad's maven repo from the project definition

epishkin avatar Oct 31 '14 16:10 epishkin

+1 A workaround is cloning the code and publishing it to local repo.

git clone https://github.com/Tapad/scaerospike.git
cd scaerospike
sbt publish-local

Then add this dependency in the build.sbt:

 "com.tapad.scaerospike" %% "scaerospike" % "1.2.2-SNAPSHOT"

bluesalt avatar Jan 03 '15 00:01 bluesalt