My project is a parent pom with 4 submodules
My parent pom has a profile dependant property <asset.version>LATEST</asset.version>
The "assets" dependencies are swc stored on our Nexus.
Flex-mojos is 4.1-beta.
If I compile (or package or whatever) from the command line Maven successfully compile the project.
If I try to compile by double clicking the "compile" lifecycle button of Idea Maven's plugin it fails with an error per asset using the asset.version property.
I'm using latest 126.330 LEDA build.
Not sure if this info is enough to solve my problem, tell me if I need to add something.
Thanks for the help.