Maven build fails due to repository not found

I setup the new IDE for openHAB1.x bindings.
My local openhab and openhab-distro are uptodate (git pull).
When I launch “mvn clean package” in openhab directory, I finally get an exception:

[INFO] Resolving dependencies of MavenProject: org.openhab.action:org.openhab.ac
tion.mail:1.9.0-SNAPSHOT @ C:\Data\Dev\openHAB2\openhab2-master\git\openhab\bund
les\action\org.openhab.action.mail\pom.xml
[ERROR] Internal error: java.lang.RuntimeException: org.eclipse.equinox.p2.core.
ProvisionException: No repository found at https://github.com/openhab/openhab.re
po/raw/master/jetty-deps. -> [Help 1]
org.apache.maven.InternalErrorException: Internal error: java.lang.RuntimeExcept
ion: org.eclipse.equinox.p2.core.ProvisionException: No repository found at http
s://github.com/openhab/openhab.repo/raw/master/jetty-deps.

Did I miss something ?

It seems this repo was deleted. It also caused the nightly build to fail. This will be fixed soon.

This is fixed now. If you pull the latest changes, the build should work again.