I have being using for adt <dependency> <groupId>com.adobe.flex</groupId> <artifactId>adt</artifactId> <version>3.2.0.3958</version> </dependency>
VELO Samuel Goldwyn<http://www.brainyquote.com/quotes/authors/s/samuel_goldwyn.html> - "I'm willing to admit that I may not always be right, but I am never wrong." On Mon, Sep 7, 2009 at 6:07 PM, develar <[email protected]> wrote: > > 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/ -~----------~----~----~----~------~----~------~--~---
