-
Notifications
You must be signed in to change notification settings - Fork 4
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
Issue pulling from maven #1
Comments
It's possible this is an SBT issue, but since this is a fairly new publish, just wanted to sanity check that things are expected to be working at this point. |
I'll take a look. This was my first publish to maven ever. I probably screwed something up. |
Thanks. This, although and old issue, might be relevant wrt to SBT <-> maven interoperability with parents: sbt/sbt#1690 I'll try a few more things on the sbt side of things. |
When I install this repo locally, I was able to successfully include metrics-circonus. It found the metrics-circonus-parent POM in my local repository at that point. So, I think if that POM gets published to sonatype (assuming it was supposed to?) through your publish workflow, then it should resolve the issue. |
I just updated this, can you let me know if it is working for you now? |
It looks like there's an issue when I try and include this into an SBT project:
Does the
*-parent
need to be published as well somehow? My build.sbt entry looks like this:"com.circonus" % "metrics-circonus" % "1.0.0"
The text was updated successfully, but these errors were encountered: