Hi all, I have a project that has a collection of unit tests that are obviously run in the maven test phase.
I'd like to use the karaf plugin and the kar packaging type to generate a features file and a kar archive. However, when I build my project, my unit tests fail as the test resources are no longer found. It makes sense that test material and code would not end up in the kar but I'm not sure what the recommended process is for having both. I feel like I'm missing something with the karaf plugin. Thanks in advance.
