Closed NicolasRouquette closed 7 years ago
Maven depends on the world, and my tests works fine. Seems odd that this only sometimes happens.
I'll remove the exclusion and republish.
Thanks, how soon do you plan to republish?
https://oss.sonatype.org/content/repositories/noarktekk-1060/ See if this works for you using version 0.18.2
and I'll press the release button.
testing....
I used your version as instructed:
resolvers += Resolver.sonatypeRepo("noarktekk-1060")
addSbtPlugin("no.arktekk.sbt" % "aether-deploy" % "0.18.2")
publishSigned
worked as usal.
Thanks for the quick turnaround!
Cool. it has been released. Should be in maven central in a few hours.
Version 0.18 added an exclusion for "org.codehaus.plexus" % "plexus-utils". Can you explain the rationale for excluding this dependency?
This exclusion causes problems where, for unclear, publishing fails precisely because of a NoClassDefFoundError for a dependency on "org.codehaus.plexus" % "plexus-utils" from Aether.
See for example: https://travis-ci.org/JPL-IMCE/gov.nasa.jpl.imce.oml.resolver/builds/224214709#L453
On a related project that uses the same SBT plugin versions as this one, published worked without problems: https://travis-ci.org/JPL-IMCE/gov.nasa.jpl.imce.oml.tables/builds/224211115
The difference between these two projects is that the successful project uses a crossProject configuration (it cross-builds for scala & scala-js) whereas this unsuccessful project uses a plain configuration.
Earlier builds that used version 0.17 worked fine, e.g: https://travis-ci.org/JPL-IMCE/gov.nasa.jpl.imce.oml.resolver/builds/220676138
I'm stumped at this error because a related project that u