The <Include-Resource> directive is used to add the list of arbitrary resources that should be copied into bundle JAR file. You can find more about this on Felix Maven Bundle Plugin documentation.
But there are some things which is not mentioned here like copying direcotry with heirarchy of child directories.
For example say you have third party [...]

