- Mavenized the webdesk-examples project and added it to the hierarchy.
- Added an ‘all’ profile to the webdesk maven build since the skins and examples project can take awhile (over 1 minute each) to build, the default is not to build these but instead use existing artifacts. You must run something like ‘mvn clean package -P all’ in order to rebuild everything.
- Also, by default, the examples are not included in the final war, you must again use the all profile
- I noticed Hudson hasn’t been rebuilding my stuff as I check it in, apparently you have to turn SCM polling on and give it a schedule. I set webdesk suite to check svn every 5 minutes after the hour
