Dear all,
For the deployment of a custom module, I would like to have different names for the modl file and for the name attribute of the module (showed in the gateway config web page). For example:
-
modl file: KPI-2.1.2.2020042215-unsigned.modl
-
Module name showed in the config web page: KPI
I tried to do in the following way, but I didn’t get any significant results:
<moduleName>${module-name}</moduleName>
<moduleDescription>${module-description}</moduleDescription>
<moduleVersion>${project.version}</moduleVersion>
<moduleFile>${basedir}/target/${module-name}-${buildNumber}-unsigned.modl</moduleFile>
Is it the right way to proceed?
Thank you so much.
Best,
Andrea