blob: d8b7743bd10876edb3d3727c80bc6be86ae2c947 [file] [log] [blame]
Use this project to build EEF.
- for local build, use this command : 'mvn -s settings.xml -P localBuild clean verify' (will use the local profile definition)
- on hudson, just use 'clean verify'
- to mute maven messages, use -q option