Binding Dev Error on skeleton.sh

Hey guys,

I wanted to start with binding development today and followed the Openhab2 Binding Development Tutorial. But on running the create_openhab_binding_skeleton.sh I get the following error:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 06:13 min
[INFO] Finished at: 2017-01-02T11:43:57+01:00
[INFO] Final Memory: 23M/212M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:2.4:generate (default-cli) on project pom: The desired archetype does not exist (org.eclipse.smarthome.archetype:org.eclipse.smarthome.archetype.binding:0.9.0-SNAPSHOT) -> [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/MojoFailureException

Any idea why this happens?

Thank you very much!

repo.eclipse.org was down this morning, now it seems to be available again.

Could you simply retry the skeleton script?

It works now. Thank you, Kai! :slight_smile: