I am having the same problem. In my pom, I am using org.apache.servicemix.tooling: jbi-maven-plugin and so for my packaging, i have jbi-service-unit.
It worked last week but it failed today. I don't have org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1 in my dependency. But the jbi-maven-plugin depends on the org.apache.geronimo.specs:geronimo-qname_1.1_spec:test:1.0.1. How should I make this work? Thanks, gnodet wrote: > > I'm in touch with the maven guys to fix this. > > On 11/6/06, Edwin Park <[EMAIL PROTECTED]> wrote: >> >> Who is responsible then? Surely there must be some solution to this that >> doesn't involve everyone hacking their geronimo-kernel pom files? >> >> >> >> gnodet wrote: >> > >> > AFAIK, the Geronimo project has nothing to do with this >> > problem. It comes from the fact that the poms (which are >> > translated from maven 1 poms) were recently put on >> > public repos (previously they were not here, so there was >> > lots of warnings when building ServiceMix). AFAIK, they >> > have changed nothing, but it seems the m1 repository has >> > been re-synched into the m2 repository and this bad pom >> > came in :( >> > >> > On 11/6/06, Edwin Park <[EMAIL PROTECTED]> wrote: >> >> >> >> 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. >> >> >> >> >> > >> > >> > -- >> > Cheers, >> > Guillaume Nodet >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/geronimo-maven-dependency-problem-tf2582230s12049.html#a7208199 >> Sent from the ServiceMix - User mailing list archive at Nabble.com. >> >> > > > -- > Cheers, > Guillaume Nodet > > -- View this message in context: http://www.nabble.com/geronimo-maven-dependency-problem-tf2582230s12049.html#a7209379 Sent from the ServiceMix - User mailing list archive at Nabble.com.
