I starting a project and i need to create an iso image from maven. I found this plugin to create de iso file:com.github.stephenc.java-iso-tools.
Now, i need to include eltorito grub stage to the iso file. Inside the package of the plugin i found this:
de.tu_darmstadt.informatik.rbg.hatlak.eltorito.impl
I dont know how to use it. I think this could do what i want.