prateek / javaoctave

Downstream fork of JavaOctave
Apache License 2.0
0 stars 9 forks source link

Provide a Maven compatible end-point for this repository #1

Open prateek opened 9 years ago

prateek commented 9 years ago

Dug around a bit, I can think of 3 solutions:

(1) Add to a central Nexus repo somewhere. Either on oss.* or somewhere else. (2) Use the GH repo itself as a mvn repo. Found this guide of how to do it. (3) Use JitPack to expose the GH repo via an external build server.

prateek commented 9 years ago

I don't like (3), and between the other two - I'm leaning towards (2). What do you think @jwills?