talios / clojure-maven-plugin

Apache Maven Mojo for compiling clojure scripts to class files
251 stars 74 forks source link

org.apache.maven:maven-toolchain:3.0-TYCHO-733848 not found #83

Closed bpodgursky closed 10 years ago

bpodgursky commented 10 years ago

I'm having some trouble resolving the version of maven-toolchain the plugin is trying to pull in. maven is throwing warnings (and occasionally errors) when trying to resolve it.

Is this found in a different repository, or (better) would it be possible to bump it to one of the versions found on central? The build succeeds against 3.0-alpha-2.

talios commented 10 years ago

I've been seeing this on the CloudBees build's as well, but it's strange that its only started lately, I've changed/pushed the local dependency to be 3.0-alpha-2 which as you mention is in maven central - not sure how/why I was using the TYCHO version, but it looks that's been there since 2010 or so!

I'm doing a re-release as 1.3.22 which should be in Maven Central in an hour or so...

bpodgursky commented 10 years ago

sweet thanks. I can't even really tell where maven was managing to find the TYCHO version; it would find the jar but no pom file, or some nonsense. Either way, works perfectly now.

talios commented 10 years ago

+1 Cheers.