Forgive my maven ignorance, but I’d like to retrofit some source with a maven build that uses the felix maven bundle plugin, it’s just my source isn’t in src/main/java. Can I do that?
If so, can someone provide a simple example? It’s not clear how the source even gets compiled to me. I’ve used the karaf-bundle-archetype maven archetype but no where is there anything that says "go compile this code", so I have no handle on what to modify. I'm vaguely guessing I need another "plugin" section but I'm shooting wildly in the dark there. Thanks.
