Maven compile errors with new IDE setup (12th of March 2016)

Compiling with Maven leads to errors on my Windows 7 PC;

openhab:

  • mvn clean package => SUCCESS
  • mvn clean install => failed at Stiebel Heat Pump Binding Tests

openhab2-addons:

  • mvn clean install: SUCCESS

smarthome:

  • mvn clean package => SUCCESS
  • mvn clean install => failed at Eclpise Smarthome Thing Tests

openhab-distro:

  • mvn clean package => failed at openHAB feature verification

Compiling with Maven sources from the 26th of March still leads to errors but now only for smarthome repo.

openhab:

  • mvn clean install => SUCCESS

openhab2-addons:

  • mvn clean install: SUCCESS

smarthome:

  • mvn clean install => failed at Eclpise Smarthome Thing Tests
  • mvn clean package => SUCCESS

openhab-distro:

  • mvn clean install => SUCCESS