Still strange that you needed it. I have one idea what might be the problem. Do you perhaps have you local repository not at the default location? I assume the karaf maven plugin only checked .m2/repository .
Christian 2013/7/23 Marco Westermann <[email protected]> > Hi Christian, > > Thank you for your answer. > I just tested the solution Xilai posted and it did the trick. I had to add > my nexus repo to the pom as <repository>. Now everything builds fine so far. > > Thank you all, > > Marco > > Am 23.07.2013 09:38, schrieb Christian Schneider: > > Hi Marco, > > can you how in detail what you did and what the exact error is. As far as > I know it should be good enough if the artifacts are in your local repo. > > Christian > > > 2013/7/23 Marco Westermann <[email protected]> > >> Hi Freeman, >> >> thank you for your answer but I think this is one step further. My >> problem don't accour when trying to install my feature to karaf. Instead I >> get the error when building the project created by karaf-features-archtype. >> >> Thank you, >> >> >> Marco >> >> >> Am 23.07.2013 02:25, schrieb Freeman Fang: >> >> Hi, >> >> Edit $KARAF_HOME/etc/org.ops4j.pax.url.mvn.cfg, >> >> add your local nexus url to >> >> org.ops4j.pax.url.mvn.repositories >> >> property >> ------------- >> Freeman(Yue) Fang >> >> Red Hat, Inc. >> FuseSource is now part of Red Hat >> Web: http://fusesource.com | http://www.redhat.com/ >> Twitter: freemanfang >> Blog: http://freemanfang.blogspot.com >> http://blog.sina.com.cn/u/1473905042 >> weibo: @Freeman小屋 >> >> >> >> On 2013-7-22, at 下午8:37, Marco Westermann wrote: >> >> Hi, >> >> I try to get my written osgi-bundles available as features. >> >> I read that there is an archtype to create the features.xml from >> dependencies in the pom.xml. >> >> When I try this, I get an error, that my referenced bundle could not be >> found in central repo. How can I archiv that it uses my local nexus repo to >> look up the bundles instead of the central one. >> >> thanks and >> best regards, >> >> Marco Westermann >> >> -- >> ++ Business-Software aus einer Hand ++ >> ++ Internet, Warenwirtschaft, Linux, Virtualisierung ++ >> http://www.intersales.de >> http://www.eisxen.org >> http://www.tarantella-partner.de >> http://www.medisales.de >> http://www.eisfair.net >> >> interSales AG Internet Commerce >> Subbelrather Str. 247 >> 50825 Köln >> >> Tel 02 21 - 27 90 50 >> Fax 02 21 - 27 90 517 >> Mail [email protected] >> Mail [email protected] >> Web www.intersales.de >> >> Handelsregister Köln HR B 30904 >> Ust.-Id.: DE199672015 >> Finanzamt Köln-Nord. UstID: nicht vergeben >> Aufsichtsratsvorsitzender: Michael Hippler >> Vorstand: Andrej Radonic, Peter Zander >> >> >> >> >> -- >> ++ Business-Software aus einer Hand ++ >> ++ Internet, Warenwirtschaft, Linux, Virtualisierung >> ++http://www.intersales.dehttp://www.eisxen.orghttp://www.tarantella-partner.dehttp://www.medisales.dehttp://www.eisfair.net >> >> interSales AG Internet Commerce >> Subbelrather Str. 247 >> 50825 Köln >> >> Tel 02 21 - 27 90 50 >> Fax 02 21 - 27 90 517 >> Mail [email protected] >> Mail [email protected] >> Web www.intersales.de >> >> Handelsregister Köln HR B 30904 >> Ust.-Id.: DE199672015 >> Finanzamt Köln-Nord. UstID: nicht vergeben >> Aufsichtsratsvorsitzender: Michael Hippler >> Vorstand: Andrej Radonic, Peter Zander >> >> > > > -- > -- > Christian Schneider > http://www.liquid-reality.de<https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=http%3a%2f%2fwww.liquid-reality.de> > > Open Source Architect > http://www.talend.com<https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=http%3a%2f%2fwww.talend.com> > > > > -- > ++ Business-Software aus einer Hand ++ > ++ Internet, Warenwirtschaft, Linux, Virtualisierung > ++http://www.intersales.dehttp://www.eisxen.orghttp://www.tarantella-partner.dehttp://www.medisales.dehttp://www.eisfair.net > > interSales AG Internet Commerce > Subbelrather Str. 247 > 50825 Köln > > Tel 02 21 - 27 90 50 > Fax 02 21 - 27 90 517 > Mail [email protected] > Mail [email protected] > Web www.intersales.de > > Handelsregister Köln HR B 30904 > Ust.-Id.: DE199672015 > Finanzamt Köln-Nord. UstID: nicht vergeben > Aufsichtsratsvorsitzender: Michael Hippler > Vorstand: Andrej Radonic, Peter Zander > > -- -- Christian Schneider http://www.liquid-reality.de<https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=http%3a%2f%2fwww.liquid-reality.de> Open Source Architect http://www.talend.com<https://owa.talend.com/owa/redir.aspx?C=3aa4083e0c744ae1ba52bd062c5a7e46&URL=http%3a%2f%2fwww.talend.com>
