Closed mfirry closed 7 years ago
The directories have read permissions locked down, so you can't browse. But the files themselves are available. For example:
http://maven.spikemark.net/roundeights/com/roundeights/hasher_2.11/1.0.0/hasher_2.11.pom
I've been meaning to make the directories readable for a while, but just haven't done it yet. I've closed previous tickets, but I suppose I need a reminder to do this, so I'm leaving this one open
Hmmm... this is not what sbt looks for though.
I added
libraryDependencies ++= Seq(
"com.roundeights" %% "hasher" % "1.0.0"
)
I get
[warn] http://maven.spikemark.net/roundeights/com/roundeights/hasher_2.11/1.0.0/hasher_2.11-1.0.0.pom
That URL works for me. Here it is being loaded through a proxy:
Is there perhaps a firewall between you and it?
It works now. That's weird. No, no proxy. Thanks so much!
This actually relates to the issue I was going to report. Is there any chance this can be hosted at a mature, well-known maven repo? We don't want to have to end up embedding the dependency into our project at some point down the road.
For unrelated reasons, I would rather tweak the existing repo than switch. Is there something specific you need addressed?
Just the reasoning I gave, vague, unspecific, and non-watertight though it might be. :-) Would like to feel the odds are good the repo will still be there 5 years down the road while our app is still shipping. Not that there aren't other factors weighing into library selection (probability of maintained code, tradeoffs of direct embedding vs repo dependency, etc.), but for better or for worse, this is how one person is looking at it!
It don't work for me too. Why don't just publish jar to jCenter?
Just now, internal server error occurred...
Cloudant is apparently down, causing the error: https://twitter.com/CloudantStatus
@Nycto I see there were similar problems in the past, why You just don't switch to another repo?
+1 for switching. 500 error is breaking builds.
@Nycto Is there any reason this can't be on Maven Central?
Now. Again :(
You might as well use it via JitPack: https://jitpack.io/#Nycto/Hasher/v1.2.0
Alright. Relent. Despite my distaste for using Nexus, I cut a ticket to Sonatype to start publish to maven central. I'm resolving this ticket.
http://maven.spikemark.net/roundeights
gives 404