maven-central-integration provides tooling to be able to release the qooxdoo SDK at Maven Central.
This is an additional step once a qooxdoo SDK is released. It does rely on already released SDK versions.
Make sure you have at least the Maven version 2.2.1 installed.
Download the qooxdoo SDK you'd like to publish at Maven Central and put it in the
src/main/resources
folder as
qooxdoo-sdk
subdirectory.
Run the command
$ mvn package
and to create the JAR file for the qooxdoo SDK.