Qooxdoo-Maven aims to simplify the development of Qooxdoo applications by using Java technologies.
mvn compileto build the production version of your application
mvn qooxdoo:testrunnerto build the testrunner application (unit tests)
mvn -Dbuild.type=dev compileto build the development version of your application
mvn -Dbuild.type=dev qooxdoo:testrunnerto build the testrunner application (unit tests)
Have a look to config.json and Manifest.json for a details view of the configuration.
To change permanently the application configuration, you must change the files located into the source directory (${qooxdoo.application.resourcesDirectory}/${qooxdoo.application.namespace}/config)