I'm developing an Eclipse RCP (3.7) application and build it with Maven and Tycho. I'd like to use bndtools' ability to monitor version numbers (inspired by the EclipseCon Europe 2013 talk "Never A Wrong (Semantic) Version again!".
Unfortunately the tutorial doesn't get me very far as I cannot simply create new bndtool projects, but need to use the ones I have already (Eclipse Plug-in projects with Maven natures).
How can this be set up?