I am trying to improve the performance of a multi module maven build by making it multithreaded. While doing that, I am trying to resolve bunch of dependencies and there is something I am stuck at which is an error with the flexmojos-maven-plugin.
Failed to execute goal org.sonatype.flexmojos:flexmojos-maven-plugin:3.9:compile-swf and it simply says (error compiling).
I looked online and it looks like flexmojos does not yet support multithreaded builds and I was wondering if there are any ideas to have a workaround. The build I am working with is huge so we need to make it multithreaded so I am basically looking for a workaround for the moment at least.
Thanks in advance and please let me know if you need any more information.