I am trying to get the flex mojos maven compiler to run my projects.
Anyone with feedback on the below information is appreciated.
I am using this configuration for the maven compiler plugin and for some reason every time I run the clean install on my SWF project I still see the following in the compile step for the app.
info.rvin.mojo flex-compiler-mojo true true
-compiler.accessible=false -compiler.actionscript-file-encoding UTF-8 -compiler.allow-source-path-overlap=false -compiler.as3=true -compiler.debug=false
That means I can not connect to my app via the Flex Builder's debug tool. Any thoughts on how I should properly configure the plugin in the pom.xml?
Thanks!