[flex-mojos] Re: Flexmojos 6.x + FDK Mavenizer finished

2013-01-23 Thread Maximilien Wiktorowski
Hi, To build successfully 6.X branch i had to install flexunit manually in local repo mvn install:install-file -DartifactId=flexunit -DgroupId=org.flexunit -Dversion=4.1.0 -Dpackaging=swc -Dclassifier=flex4 -Dfile=flexunit-4.1.0-8-flex_ 4.1.0.16076.swc mvn install:install-file

Re: [flex-mojos] Re: Compiling with AIR 3.5.

2013-02-01 Thread Maximilien Wiktorowski
Hi, I also like to integrate Flex/Air parts of my project (JEE + Flex + Air) to maven. While i was investigating for a solution i found https://github.com/yelbota/adt-maven-plugin but unfortunately it doesn't fit my needs as i want to package a native extension. So i decided to extend FM 6.x