[developers] Removed unneeded step for new binding (#1082)
Because the eclipse launch pom.xml has changed compilation of the bom file is not required anymore to make it work. So this step can be removed from the documentation. Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>pull/1083/head
parent
1327df9de0
commit
073f4c1524
|
@ -97,13 +97,7 @@ This script is specific for binding addons. Folllow these steps to generate your
|
|||
|
||||
1. Accept with `Y` when the skeleton configuration asks for it.
|
||||
|
||||
1. From the `/openhab2-addons/bom/openhab-addons` directory run:
|
||||
```
|
||||
mvn -DskipChecks -DskipTests clean install
|
||||
```
|
||||
to rebuild the list of bindings in the BOM (Bill Of Material) and make your new binding visible from the IDE launch configuration
|
||||
|
||||
1. From `openhab2-addons` root you can build your binding with maven:
|
||||
1. From `openhab2-addons` root you can build only your binding with maven using the `-pl` option:
|
||||
```
|
||||
mvn clean install -pl :org.openhab.binding.mynewbinding
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue