Yah, I changed <type> to <scope> in the offending geronimo-kernel pom to get it to work for me. I was trying to post to the geronimo mailing list to see if anyone there could fix it, but I don't seem to be able to post to the list, not sure if it's my email or the list server... would someone else mind reposting this to the geronimo list?
Thx, Ed Christian Schneider-16 wrote: > > Hi Edwin, > > I had the same problem. Deleting the dependency from the pom solved the > prob for me. But I think the geronimo people should solve this. > > Greetings > > Christian > --- > http://www.liquid-reality.de > > Edwin Park schrieb: >> Hi, >> >> I ran into the following problem when trying to use the 3.0-incubating >> servicemix jars from >> http://people.apache.org/repo/m2-incubating-repository >> today - >> >> Missing: >> ---------- >> 1) org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1 >> >> Path to dependency: >> >> 4) geronimo:geronimo-kernel:jar:1.1 >> 5) org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1 >> >> This seems to be an issue with the geronimo:geronimo-kernel:jar:1.1 >> dependency, which is being picked up from the >> http://www.ibiblio.com/maven2 >> repository and contains the following: >> >> <dependency> >> <groupId>org.apache.geronimo.specs</groupId> >> <artifactId>geronimo-qname_1.1_spec</artifactId> >> <version>1.0.1</version> >> <type>test</type> >> </dependency> >> >> Note the type=test bit, which seems to be the problem. Maybe scope=test >> was >> intended here instead? >> >> This used to work fine for me, but I happened to do an online maven build >> today and it broke. This file seems to have been changed yesterday (Nov >> 5th >> 2006). >> >> Ed >> > > > -- View this message in context: http://www.nabble.com/geronimo-maven-dependency-problem-tf2582230s12049.html#a7207521 Sent from the ServiceMix - User mailing list archive at Nabble.com.
