New Binding error - Cannot find directory for project: org.openhab.addons:org.openhab.addons.reactor

We are working on it.

Currently you have to perform two changes after running the script on the 2.5.x branch:

  1. Change the version in the POM of the new binding (pom.xml) to:
<version>2.5.1-SNAPSHOT</version>
  1. Change the openhab Core repository version in the feature file (src/main/feature/feature.xml) by renaming the variable {project.version} to {ohc.version}:
<repository>mvn:org.openhab.core.features.karaf/org.openhab.core.features.karaf.openhab-core/${ohc.version}/xml/features</repository>