itai's blog
Building flex with RSL's modules using flex-mojos
To create flex application that uses RSLs "cross domain modules" with maven, the rsl module should have two artifacts:
1. The library for compilation dependency extension .swc
2. The optimized library for deployment extension .swf
Lets say we have common library that we want to use as rsl, a business module (application) that uses the common and web-ui war module, we'll have:
1. common rsl :
