Seem fine with my. Althrough I found a little weird adding .exe files into maven repo.
BTW, the packaging, you may think on using same as used on this maven plugin http://mojo.codehaus.org/maven-native/native-maven-plugin/usage.html <http://mojo.codehaus.org/maven-native/native-maven-plugin/usage.html>VELO On Tue, Sep 8, 2009 at 3:56 AM, develar <[email protected]> wrote: > > >> <groupId>com.adobe.flex</groupId> > Ok, adl and adt in "com.adobe.flex" groupId, AIR runtime in > com.adobe.air. (ADL and ADT applicable for both SWF-based and HTML- > based AIR applications, but it is not principal). > > On Sep 8, 2:37 am, Marvin Froeder <[email protected]> wrote: > > 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. > > > > > Seehttp://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/ -~----------~----~----~----~------~----~------~--~---
