openhab / static-code-analysis

Maven tooling for static code analysis
https://www.openhab.org/
Other
32 stars 21 forks source link

Adjust to core changes (addonSchema) #449

Closed holgerfriedrich closed 1 year ago

holgerfriedrich commented 1 year ago

When I try to use latest custom build on current core (mvn verify), I get the following error:

[ERROR] Failed to execute goal org.openhab.tools.sat:sat-plugin:0.14.0-SNAPSHOT:checkstyle (sat-all) on project org.openhab.core: An error has occurred in Checkstyle report generation.: Failed during checkstyle configuration: cannot initialize module org.openhab.tools.analysis.checkstyle.OhInfXmlValidationCheck - Property 'bindingSchema' does not exist, please check the documentation -> [Help 1]

With this change, it runs fine.

holgerfriedrich commented 1 year ago

@J-N-K could you please have a look if this makes sense?

Should we release a new version to get then recent updates in?

J-N-K commented 1 year ago

LGTM

kaikreuzer commented 1 year ago

FTR: I have just released a new version 0.14.0 and published it to Maven Central.