Skip to content

Commit

Permalink
[development] Adding generic, maven based run and debug.
Browse files Browse the repository at this point in the history
Apply MR comments

Signed-off-by: Gwendal Roulleau <[email protected]>
  • Loading branch information
dalgwen committed Dec 30, 2024
1 parent 2278f3b commit f217791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developers/ide/generic.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ After editing this two files, use this maven command from the `/openhab-distro/l

This will ask the bnd plugin to 'resolve' the dependencies (i.e. to calculate which bundles to run in the OSGi runtime) and update
the `runbundles` section of the `app.bndrun` file accordingly.
Each time you add a dependency or change version, you HAVE to run a resolve task.
Each time you add a dependency or change the version, you HAVE to run a resolve task.

::: warning
The `pom.xml` file is versioned. The version fields present in the file must match the modules
Expand Down

0 comments on commit f217791

Please sign in to comment.