OpenHAB 2 Plugin Development

When using a new setup OpenHAB2 Eclipse IDE and trying to run the create_openhab_binding_skeleton.cmd on Windows I get the following error. When I checked the URL I got a not found. Seems like apache maven is no longer hosting the eclipse smarthome stuff. How can I get a binding skeleton now?

Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256m; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=512m; support was removed in 8.0
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building Maven Stub Project (No POM) 1
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:3.0.0:generate (default-cli) > generate-sources @ standalone-pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:3.0.0:generate (default-cli) < generate-sources @ standalone-pom <<<
[INFO]
[INFO] --- maven-archetype-plugin:3.0.0:generate (default-cli) @ standalone-pom ---
[INFO] Generating project in Interactive mode
[INFO] No catalog defined. Using internal catalog
[WARNING] Archetype not found in any catalog. Falling back to central repository (http://repo.maven.apache.org/maven2).
[WARNING] Use -DarchetypeRepository=<your repository> if archetype's repository is elsewhere.
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/smarthome/archetype/org.eclipse.smarthome.archetype.binding/0.9.0-SNAPSHOT/maven-metadata.xml
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/smarthome/archetype/org.eclipse.smarthome.archetype.binding/0.9.0-SNAPSHOT/org.eclipse.smarthome.archetype.binding-0.9.0-SNAPSHOT.pom
[WARNING] The POM for org.eclipse.smarthome.archetype:org.eclipse.smarthome.archetype.binding:jar:0.9.0-SNAPSHOT is missing, no dependency information available
Downloading: http://repo.maven.apache.org/maven2/org/eclipse/smarthome/archetype/org.eclipse.smarthome.archetype.binding/0.9.0-SNAPSHOT/org.eclipse.smarthome.archetype.binding-0.9.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2.907 s
[INFO] Finished at: 2017-03-12T11:41:50+01:00
[INFO] Final Memory: 14M/491M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.0.0:generate (default-cli) on project standalone-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
1 Like