Can you help me for provide the -conf and the value to the main class but byt providing it to the exe command ?
Because I don't need a static value, when I launch for example:
I need to make --> server.exe -conf conf\default.json
and that realise a argument providing like that:
java -jar server.jar -conf c:\conf\default.json
Dear,
I have a jar which can be launch like this following command:
java -jar server.jar -conf c:\conf\default.json
And I try to make an executable with this following maven plugin:
Can you help me for provide the -conf and the value to the main class but byt providing it to the exe command ? Because I don't need a static value, when I launch for example: I need to make --> server.exe -conf conf\default.json
and that realise a argument providing like that: java -jar server.jar -conf c:\conf\default.json
because I want the conf value path can change
Thank for helping Adrien