Hi, I'm trying to build an EBA using the eba-maven-plugin. I am building a war file and then augmenting it using the maven-bundle-plugin to build the manifest. The problem I am running into is that this still results in a war file. The eba plugin is complaining because it has no jars on it's depenencies list. Is there a way around this? Should I be using a different method to create the bundle? Thanks!
-Barnaby