Problem with generating binding skeleton

I’m following tutorial for binding creation http://docs.openhab.org/developers/development/bindings.html and I have problem with running create_openhab_binding_skeleton.cmd.

.\create_openhab_binding_skeleton.cmd Supla supla
[INFO] Scanning for projects…
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building openHAB Bindings 2.0.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] >>> maven-archetype-plugin:3.0.1:generate (default-cli) > generate-sources @ pom >>>
[INFO]
[INFO] <<< maven-archetype-plugin:3.0.1:generate (default-cli) < generate-sources @ pom <<<
[INFO]
[INFO] — maven-archetype-plugin:3.0.1:generate (default-cli) @ pom —
[INFO] Generating project in Interactive mode
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.717 s
[INFO] Finished at: 2017-06-25T19:11:04+02:00
[INFO] Final Memory: 18M/309M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-archetype-plugin:3.0.1:generate (default-cli) on project pom: archetypeCatalog ‘‘file://…/archetype-catalog.xml’’ is not supported anymore. Please read the plugin documentation 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] MojoFailureException - Apache Maven - Apache Software Foundation

My maven configuration:

mvn --version
Apache Maven 3.2.3 (33f8c3e1027c3ddde99d3cdebad2656a31e8fdf4; 2014-08-11T22:58:10+02:00)
Maven home: C:\Program Files (x86)\apache-maven\bin..
Java version: 1.8.0_31, vendor: Oracle Corporation
Java home: D:\xxx\jdk1.8.0_31\jre
Default locale: pl_PL, platform encoding: Cp1250
OS name: “windows 8.1”, version: “6.3”, arch: “amd64”, family: “dos”

Please make sure you are up to date this was already fixed in April

1 Like