Re: Roadmap for maven bundle plugin?

2015-11-09 Thread development
My 2 cents as a non developer for felix or karaf I have made the switch for my core packages to the bnd-maven-plugin and like that I can copy things between my bnd.bnd file and my bndrun file that I use for testing in eclipse. I am looking forward to when they get launcher and test support for

Re: git?

2015-10-27 Thread development
http://blogs.atlassian.com/2013/05/alternatives-to-git-submodule-git-subtree/ A decent replacement for gitslave that is currently maintained and hosted in contrib in git itself. On 2015-10-27 03:27, Carsten Ziegeler wrote: > Am 26.10.15 um 21:17 schrieb Oliver Lietz: > >> gitslave is no l

Re: git?

2015-10-24 Thread development
If I am understanding you correctlyl you can create your own git project and add the other git repos as submodules in your project. Then do git submodule foreach git pull origin master I personally hate git submodules though. David Daniel On 2015-10-24 16:21, David Jencks wrote: > I like