Create a new org.openhab.ui-x.y.z.jar

Hello,

Can someone point me to instruction on how to build a new jar for the UI bundles.
I was able to produce the content of org.openhab.ui/web/ folder using the command “npm run build:prod”.

I have something in the folder that look like the contents of the app/ folder in the jar.
But I don’t know how to package the new jar.

Thanks,
Laurnet.

The JAR is generated by the Maven build. So if you have Java and Maven installed you run:

mvn clean install

See:

Hello Wouter,

Thanks for you quick reply.
I’m stupid, just miss a so simple thing :slight_smile:

Laurent.

1 Like