IntelliJ IDEA has fully support for flexmojos (just open pom), but AIR support is limited, due to license restriction (The problem is the ADL license. it isn't MPL). But user can manually deploy required artifacts (like AFE libs), so, we need standardize maven coordinates.
See http://www.jetbrains.net/jira/browse/IDEADEV-38905#action_393483 My suggestion: ADL: <groupId>com.adobe.air</groupId> <artifactId>adl</artifactId> <type>exe</type> <classifier>mac</classifier> or <classifier>win</classifier> (adl.exe/ adl for Windows/not-Windows ) AIR runtime: <groupId>com.adobe.air</groupId> <artifactId>runtime</artifactId> <type>zip</type> <classifier>mac</classifier> or <classifier>win</classifier> IntelliJ IDEA will be using these maven coordinates by default to configure IDE. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
