-U does nothing, I have tried that over a dozen times now. com.kodak.intersystem:Kodak-Intersystem:pom:0.0.1-SNAPSHOT is not supposed to be in the nexus repository, it is supposed to be in the local repository
What I want to know is what "resolution will not be reattempted until the update interval of info.collide.mvn has elapsed or updates are forced" means. I see it all the time, it always causes problems, but the message is meaningless to me. How do I make it stop happening? When I run from the command line I get: [ERROR] Failed to execute goal on project color-repository: Could not resolve dependencies for project com.kodak.intersystem:color-repository:jar:0.0.1-SNAPSHOT: Failed to collect dependencies for [com.kodak.intersystem:intersystem-common:jar:0.0.1-SNAPSHOT (compile), org.hibernate:hibernate-core:jar:3.6.1.Final (compile), org.eclipse.jetty:example-jetty-embedded:jar:8.0.0.M2 (compile), org.slf4j:slf4j-log4j12:jar:1.6.1 (compile), net.jcip:jcip-annotations:jar:1.0 (compile), postgresql:postgresql:jar:9.0-801.jdbc4 (compile), org.javassist:javassist:jar:3.14.0-GA (compile), com.sun.org.apache:jaxp-ri:jar:1.4 (compile), com.miglayout:miglayout:jar:3.7.4 (compile), com.jidesoft:jide-oss:jar:2.4.8 (compile), com.apple:dnssd:jar:2.0.4.0 (compile), org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-io:jar:1.4_2 (compile), com.threerings:getdown:jar:1.0 (compile), net.sf:jRegistryKey:jar:1.4.5 (compile), jnotify:jnotify:jar:0.93 (compile), ant:ant-apache-log4j:jar:1.6.5 (compile)]: Failed to read artifact descriptor for com.kodak.intersystem:intersystem-common:jar:0.0.1-SNAPSHOT: Could not find artifact com.kodak.intersystem:Kodak-Intersystem:pom:0.0.1-SNAPSHOT in nexus ( http://nexus:8081/nexus/content/groups/public) -> [Help 1] So, the "resolution will not be reattempted until the update interval of info.collide.mvn has elapsed or updates are forced" seems to be something that is upsetting m2e. There seems to be a catch 22 situation. I cannot install Kodak-Intersystem because it fails to build because intersystem-service fails to build because color-repository fails to build. So, color-repository fails to build because color-repository fails to build. Is there any way to break the cycle? Cheers, Eric On Thu, Aug 4, 2011 at 9:54 AM, Olivier Lamy <[email protected]> wrote: > Hello, > The logs says : > Failure to find com.kodak.intersystem:Kodak-Intersystem:pom:0.0.1-SNAPSHOT > in > http://nexus:8081/nexus/content/repositories/info.collide.mvn/ was cached > in > the local repository, resolution will not be reattempted until the update > interval of info.collide.mvn has elapsed or updates are forced > > So try again mvn with adding -U. > if doesn't work ensure this artifact is available in this repository. > > -- > Olivier Lamy > Talend : http://talend.com > http://twitter.com/olamy | http://linkedin.com/in/olamy > > 2011/8/4 Eric Kolotyluk <[email protected]>: > > I keep seeing the following almost every time something fails, but I have > no > > idea what it means, or how to resolve it. > > > > ...was cached in the local repository, resolution will not be > reattempted > > until the update interval of info.collide.mvn has elapsed or updates are > > forced > > > > Could someone please explain what this means and what I have to do to > stop > > it from happening. I'm tired of seeing it all the time. > > > > Cheers, Eric > > > > [ERROR] Failed to execute goal on project color-repository: Could not > > resolve dependencies for project > > com.kodak.intersystem:color-repository:jar:0.0.1-SNAPSHOT: Failed to > collect > > dependencies for > > [com.kodak.intersystem:intersystem-common:jar:0.0.1-SNAPSHOT (compile), > > org.hibernate:hibernate-core:jar:3.6.1.Final (compile), > > org.eclipse.jetty:example-jetty-embedded:jar:8.0.0.M2 (compile), > > org.jboss.logging:jboss-logging-log4j:jar:2.1.2.GA (compile), > > org.slf4j:slf4j-log4j12:jar:1.6.1 (compile), > > net.jcip:jcip-annotations:jar:1.0 (compile), > > postgresql:postgresql:jar:9.0-801.jdbc4 (compile), > > org.javassist:javassist:jar:3.14.0-GA (compile), > > com.sun.org.apache:jaxp-ri:jar:1.4 (compile), > > com.miglayout:miglayout:jar:3.7.4 (compile), > com.jidesoft:jide-oss:jar:2.4.8 > > (compile), com.apple:dnssd:jar:2.0.4.0 (compile), > > > org.apache.servicemix.bundles:org.apache.servicemix.bundles.commons-io:jar:1.4_2 > > (compile), com.threerings:getdown:jar:1.0 (compile), > > net.sf:jRegistryKey:jar:1.4.5 (compile), jnotify:jnotify:jar:0.93 > > (compile)]: Failed to read artifact descriptor for > > com.kodak.intersystem:intersystem-common:jar:0.0.1-SNAPSHOT: Failure to > find > > com.kodak.intersystem:Kodak-Intersystem:pom:0.0.1-SNAPSHOT in > > http://nexus:8081/nexus/content/repositories/info.collide.mvn/ was > cached in > > the local repository, resolution will not be reattempted until the update > > interval of info.collide.mvn has elapsed or updates are forced -> [Help > 1] > > >
