Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish thyme on maven #12

Open
rklaehn opened this issue Jun 12, 2015 · 4 comments
Open

Publish thyme on maven #12

rklaehn opened this issue Jun 12, 2015 · 4 comments

Comments

@rklaehn
Copy link

rklaehn commented Jun 12, 2015

I love Thyme and use it extensively in my private and work projects. I would like to use it more in spire.

However, the current situation in spire is less than optimal. Thyme is downloaded from the private webserver of @non .

      // thyme
      "ichi.bench" % "thyme" % "0.1.0" from "http://plastic-idolatry.com/jars/thyme-0.1.0.jar",

In my private and work projects I have an unmanaged test-lib project and check in thyme.jar into git. Which is also far from optimal.

The obvious solution would be to publish Thyme on maven.

@Ichoran
Copy link
Owner

Ichoran commented Jun 12, 2015

Agreed. I haven't had time to look in to that yet. I'll try to get to it in July.

That said, Maven itself is less than optimal, and just having a URL to grab it from is not so much worse. Thus, I don't promise to get to it in July.

@RichardBradley
Copy link

In the meantime, you can add the GitHub hosted JAR to a SBT project with:

"ichi.bench" % "thyme" % "0.1.1" from "https://github.com/Ichoran/thyme/raw/master/Thyme.jar"

@rklaehn
Copy link
Author

rklaehn commented Dec 2, 2015

Would you accept a PR to the build.sbt so you could push it to maven via sonatype (assuming you have credentials there)?

@Ichoran
Copy link
Owner

Ichoran commented Dec 3, 2015

@rklaehn - I don't have credentials there, but they're not extremely hard to get. So, yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants