-
Notifications
You must be signed in to change notification settings - Fork 443
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
Cannot publish snapshots using universal:publish #292
Comments
This looks more like a nexus/bamboo file naming issue. The exception states, that the file
Can you post a minimal |
Nexus version is 2.8.1-01. I will have to get back to you at minimizing the issue. |
@muuki88 We're failing to appropriately set the "overwrite" flag if |
Nice, we already have some small fixes for a next release. |
K, I have the fix posted, but an issue: I know the settings/method doesn't exist in sbt 0.13.0 and previous, so this is a 0.13.1+ change.... Are we ok with that, or is master still the 0.7.x series? |
We should move on. I already created the |
Fixes #292 - Not feeding new isSnapshot value to ivy configuration.
Using SBT 0.13.5. Am able to publish regular artifacts on my Bamboo/Nexus system, but can't publish projects using 'universal' plugin.
These are snapshot builds and I took the same code he used to forcefully set isSnapshot, yet still getting the same error.
I double-checked 'isSnapshot' is set in consoleProject:
scala> (isSnapshot).eval
res0: Boolean = true
Here is the stack:
The text was updated successfully, but these errors were encountered: