[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
Hilbrand Bouwkamp 2019-11-15 19:56:59 +01:00 committed by Jerome Luckenbach
parent 1327df9de0
commit 073f4c1524
1 changed files with 1 additions and 7 deletions

View File

@ -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
```