I am trying to rebuild my debian package for karaf 4.4.7 https://github.com/steinarb/karaf-debian
One thing I noticed is that RELEASE-NOTES.md is no longer part of the build result. The debian package put this file as /usr/share/doc/karaf/changelog The debian package will work fine without the changelog but it's sort of expected and nice to have it there if available, so I was wondering if it was possible to get it back somehow? Maybe with an extra arg to the maven build? Thanks!