flow-build-info.json is included in the add-on jar
Closed this issue · 1 comments
Legioth commented
Building the add-on using mvn clean install -Pdirectory
will create a jar file that contains a flow-build-info.json
file. This might interfere with situations when the application doesn't have any own file with the same name, which would thus make the application use flow-build-info.json
from the add-on instead.
Legioth commented
Seems like Legioth/server-timing@b895bab would be an appropriate way of fixing this.
The same issue is most likely also present in the component addon starter, and maybe also in some Vaadin components?