Hi,
I have modified part of the source of MainUI, because there was a bug fixed I’d rather keep. I build that change with maven and copied the resulting .jar over to my production system in the addons folder. It got picked up and is working as expected.
My question: In the bundle list it is shown as regular -3.0.1 version. I’d prefer it to show something like -3.0.1_PERSONAL to clearly remind me that I’ve switched something out there.
But I did not find a way to do that. Changing the name of the .jar seems not to be the right way to go ;). I’ve not found any doc on this, but that might be me.
What I’ve done:
- Clone the openhab-webui repo
- Switched to the 3.0.1 branch
- Made my changes
- ‘mvn clean install -DskipChecks’ in the bundle directory
- Copied the resulting .jar from the target directory
Any help or pointer to the right documentation is very much appreciated