...
AUTOMATED PROCESS (SSP 2.0)
Critical parts of the Sencha build to process automatically are:
An additional environment variable was added to ssp-config.properties called ssp_main_use_minifed_js.
When set to true, ssp-main.jsp will include a reference to the minified js called app-all.js
When set to false, ssp-main.jsp will include a reference to the non-minified app.js
3 additional profiles added to SSP's pom.xml
profile for calling Sencha from Windows (called WINS),
profile for calling Sencha from *inux (called LINUX), and a
profile for skipping the sencha build (called SKIP_SENCHA)
...