I'm building a javaFx app to native using gluonfx maven plugin.
For CI reasons I can't change the standard from <name>
property, which is used by gluonFx to name the resulting executable.
I want to build my executable with a different name. I have tried creating a maven profile and overwriting the value of <project.name>
but didn't work.
Any advice on this? Thanks in advance!