Issues building openhab2-addons since this morning (13 Oct 2018)

Hi guys,
I experience issues building the addons. Last night all ran smoothly, today I have the following errors in mvn clean install output and a lot of unresolved types in eclipse.
[ERROR] Cannot resolve project dependencies:
[ERROR] Software being installed: org.openhab.binding.avmfritz.test 2.4.0.qualifier
[ERROR] Missing requirement: org.eclipse.smarthome.test 0.10.0.201810121100 requires ‘java.package; org.eclipse.jetty.http [9.3.15,9.4.0)’ but it could not be found
[ERROR] Cannot satisfy dependency: org.openhab.binding.avmfritz.test 2.4.0.qualifier depends on: java.package; org.eclipse.smarthome.test.java 0.0.0
[ERROR]
[ERROR] See http://wiki.eclipse.org/Tycho/Dependency_Resolution_Troubleshooting for help.
[ERROR] Cannot resolve dependencies of MavenProject: org.openhab.binding:org.openhab.binding.avmfritz.test:2.4.0-SNAPSHOT @ C:\Eclipse\EclipseOpenHab\egit-master\git\openhab2-addons\addons\binding\org.openhab.binding.avmfritz.test\pom.xml: See log for details -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MavenExecutionException

my addon cannot find Logger for example and a lot of such issues in all addons which I have as sources. Wonder if I messed up something or is something more general.
Also tried to sync sources from https://github.com/openhab/openhab2-addons directly and mvn clean install gives the same errors.

Thanks in advance !

You’re not alone @polychronov! See:

1 Like

Bugfix on the way:

PR is merged and I did a new ESH stable build - the openHAB build & IDE should work again!

Thank you very much Kai !
I can confirm now all works fine. :slight_smile:

Cheers,
K.