<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi Johannes,</div><div><br></div><div>thanks a lot for those pointers! I think I found it!</div><div>I traced it down to pom-fiji. It still has this section <a href="https://github.com/fiji/fiji/blob/master/pom.xml#L165-180">https://github.com/fiji/fiji/blob/master/pom.xml#L165-180</a></div><div><pre style="box-sizing: border-box; font-family: Consolas, 'Liberation Mono', Courier, monospace; font-size: 12px; margin-top: 0px; margin-bottom: 0px; color: rgb(51, 51, 51); line-height: 18px; "><div class="line" id="LC166" style="box-sizing: border-box; padding-left: 10px;">                <span class="nt" style="box-sizing: border-box; color: navy;"><profile></span></div><div class="line" id="LC167" style="box-sizing: border-box; padding-left: 10px;">                        <span class="nt" style="box-sizing: border-box; color: navy;"><id></span>eclipse<span class="nt" style="box-sizing: border-box; color: navy;"></id></span></div><div class="line" id="LC168" style="box-sizing: border-box; padding-left: 10px;">                        <span class="nt" style="box-sizing: border-box; color: navy;"><activation></span></div><div class="line" id="LC169" style="box-sizing: border-box; padding-left: 10px;">                                <span class="nt" style="box-sizing: border-box; color: navy;"><property></span></div><div class="line" id="LC170" style="box-sizing: border-box; padding-left: 10px;">                                        <span class="nt" style="box-sizing: border-box; color: navy;"><name></span>m2e.version<span class="nt" style="box-sizing: border-box; color: navy;"></name></span></div><div class="line" id="LC171" style="box-sizing: border-box; padding-left: 10px;">                                <span class="nt" style="box-sizing: border-box; color: navy;"></property></span></div><div class="line" id="LC172" style="box-sizing: border-box; padding-left: 10px;">                        <span class="nt" style="box-sizing: border-box; color: navy;"></activation></span></div><div class="line" id="LC173" style="box-sizing: border-box; padding-left: 10px;">                        <span class="nt" style="box-sizing: border-box; color: navy;"><dependencies></span></div><div class="line" id="LC174" style="box-sizing: border-box; padding-left: 10px;">                                <span class="nt" style="box-sizing: border-box; color: navy;"><dependency></span></div><div class="line" id="LC175" style="box-sizing: border-box; padding-left: 10px;">                                        <span class="nt" style="box-sizing: border-box; color: navy;"><groupId></span>net.java.sezpoz<span class="nt" style="box-sizing: border-box; color: navy;"></groupId></span></div><div class="line" id="LC176" style="box-sizing: border-box; padding-left: 10px;">                                        <span class="nt" style="box-sizing: border-box; color: navy;"><artifactId></span>sezpoz<span class="nt" style="box-sizing: border-box; color: navy;"></artifactId></span></div><div class="line" id="LC177" style="box-sizing: border-box; padding-left: 10px;">                                        <span class="nt" style="box-sizing: border-box; color: navy;"><version></span>${sezpoz.version}<span class="nt" style="box-sizing: border-box; color: navy;"></version></span></div><div class="line" id="LC178" style="box-sizing: border-box; padding-left: 10px;">                                <span class="nt" style="box-sizing: border-box; color: navy;"></dependency></span></div><div class="line" id="LC179" style="box-sizing: border-box; padding-left: 10px;">                        <span class="nt" style="box-sizing: border-box; color: navy;"></dependencies></span></div><div class="line" id="LC180" style="box-sizing: border-box; padding-left: 10px;">                <span class="nt" style="box-sizing: border-box; color: navy;"></profile></span></div></pre></div><div>which pulls in sezpoz with the undefined version.</div><div>I'm still working to put my setup back together into a working state, but that seems to be the cause of it.</div><div><br></div><div>Btw, can you recommend a good way to trace through the pom dependency tree?</div><div>I used a combination of Eclipse's "Effective pom", grep-ing in ~/.m2/repository, and pure luck… Are there better tools?</div><div><br></div><div>best regards,</div><div>Tobias</div><div><br></div><br><div><div>On Jan 17, 2014, at 2:39 PM, Johannes Schindelin <<a href="mailto:Johannes.Schindelin@gmx.de">Johannes.Schindelin@gmx.de</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Hi Tobias,<br><br>On Fri, 17 Jan 2014, Tobias Pietzsch wrote:<br><br><blockquote type="cite">ArtifactDescriptorException: Failed to read artifact descriptor for<br>net.java.sezpoz:sezpoz:jar:${sezpoz.version}:<br>ArtifactResolutionException: Failure to transfer<br>net.java.sezpoz:sezpoz:pom:${sezpoz.version} from<br><a href="http://maven.imagej.net/content/repositories/releases">http://maven.imagej.net/content/repositories/releases</a> was cached in the<br>local repository, resolution will not be reattempted until the update<br>interval of imagej.releases has elapsed or updates are forced.<br></blockquote><br>We do not use Sezpoz anymore. I can only imagine that m2e (i.e. Eclipse's<br>Maven support) cached the need for it somewhere, or that one of your<br>other dependencies does. The pom-scijava does not define the<br>sezpoz.version anymore.<br><br>A workaround would be to define sezpoz.version to 1.9-imagej, a proper<br>solution would be to find out what is causing that dependency to be drawn<br>in and update it accordingly.<br><br><blockquote type="cite">The weird thing is that from the command line everything works.<br></blockquote><br>Command-line Maven is quite a bit more correct in its interpretation of<br>the project configuration than m2e (or for that matter, than MiniMaven).<br><br>Ciao,<br>Johannes<br></blockquote></div><br></body></html>