Description
Currently when you specify _wab for the maven-bundle-plugin the src/main/resources all end up relative to the WEB-INF/classes. Instead it should be relative to the root.
I'll fix this by putting the web content in src/main/web-content
Alasdair