Skip to content

Commit

Permalink
Fix addon discovery XML not overwritten (#1615)
Browse files Browse the repository at this point in the history
Signed-off-by: Jan N. Klug <[email protected]>
  • Loading branch information
J-N-K committed Dec 17, 2023
1 parent 3721abe commit db211a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/distro/src/main/feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</feature>

<feature name="openhab-addon-discovery" description="Discovery Information" version="${project.version}">
<configfile finalname="${openhab.userdata}/addons/openhab-addons.xml" override="false">mvn:org.openhab.addons.features.karaf/org.openhab.addons.features.karaf.openhab-addons-external/${project.version}/xml/addons</configfile>
<configfile finalname="${openhab.userdata}/addons/openhab-addons.xml" override="true">mvn:org.openhab.addons.features.karaf/org.openhab.addons.features.karaf.openhab-addons-external/${project.version}/xml/addons</configfile>
</feature>

</features>

0 comments on commit db211a5

Please sign in to comment.