In my project I need an icon file (.ICO) for the Windows executable. I'd like to generate that file from an SVG, so it contains several images for different sizes. Is there a maven plugin that can do that for me?
I know I can just put an icon file in my repository, but the source file is an SVG image, so I'd like to avoid that.