Well 6 and 7 are both compatable, It's the groupId of the flex artifacts that make the difference.
Flexmojos 6 requires the FDK artifacts to be generated with the old Adobe fdk groupId "com.adobe.flex" Flexmojos 7 requires the FDK artifacty to be generated using the Apache groupId "org.apache.flex" FM6 can work with Adobe or Apache FDKs, Flexmojos 7 will only work with Adobe FDKs (Because the mavenizer doesn't mavenize the Adobe FDKs using the Apache groupId) Chirs ________________________________________ Von: João Fernandes <[email protected]> Gesendet: Donnerstag, 13. März 2014 14:00 An: [email protected] Betreff: Re: Flex, Maven and FlexMojos Btw, is version 6 also compatible with Apache Flex SDK or am I required to use version 7? On 13 March 2014 12:45, João Fernandes <[email protected]>wrote: > Thanks Christofer, I've also bookmarked your page where a lot of good info > is available. > > First I need to understand Maven itself and the requirements to get a > project going, I'm already aware that I'll have to use the mavenizer to > prepare an SDK to be usable as artifacts in our POM dependencies and next > is to install and test maven within IntelliJ and FB. > > Thanks for your help. > > > On 13 March 2014 12:18, Christofer Dutz <[email protected]> wrote: > >> Yup, >> >> that's what I saved from the sonatype documentation and added a lot of >> stuff I previously documented in my own wiki ... this is the most up to >> date page for Flexmojos documentation as well as the JIRA for Flexmojos. >> Anything entered in the Sonatype Jira will probably be lost forever :-( >> >> I think I remember incremental builds being supported, but I have to >> admit that I never used that Feature. >> From what I could find, you Need to add "<incremental>true</incremental>" >> to the plugin configuration ... just give it a try ... if it doesn't work, >> please open an issue at >> https://flexmojos.atlassian.net/secure/Dashboard.jspa >> >> Chris >> ________________________________________ >> Von: João Fernandes <[email protected]> >> Gesendet: Donnerstag, 13. März 2014 12:30 >> An: [email protected] >> Betreff: Flex, Maven and FlexMojos >> >> Hi, >> >> I'm looking for documentation regarding maven + flexmojos for building >> Flex >> Projects. Currently we use ANT but we're looking to migrate to Maven >> because of the included code coverage support. >> I don't have any prior knowledge of Maven so I'm starting from scratch and >> I'm having difficulties finding up-to-date documentation, mostly regading >> flex-mojos. Is >> https://flexmojos.atlassian.net/wiki/display/FLEXMOJOS/Homethe >> most updated page regarding the project? >> >> BTW, is there any way to have some kind of incremental build support or a >> way to only re-build a pre-defined set of modules instead of the full >> project? Our current application has dozens of modules and a full build >> takes around 6 to 8 minutes and we managed to create a small interface to >> allow us to pick which modules to build. >> >> Thanks >> >> >> -- >> >> João Fernandes >> > > > > -- > > João Fernandes > -- João Fernandes
