a

adt-maven-plugin

Some time ago, Adobe released AIR for mobile devices. There was a question: how to package AIR-application automatically? Flexmojos allows you to build only *.air packages, so I have created the plugin which could work with platform dependent AIR SDK and additionally build packages for mobile devices. This plugin is not replacement of Flexmojos. You still need Flexmojos to build SWF.
https://github.com/velo/adt-maven-plugin/
The Apache Software License, Version 2.0
Aleksey Fomkin Marvin Herman Froeder
Files download
File Operation
adt-maven-plugin-1.1.jar download
adt-maven-plugin-1.1.pom download
adt-maven-plugin-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.marvinformatics</groupId>
  <artifactId>adt-maven-plugin</artifactId>
  <version>1.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.marvinformatics:adt-maven-plugin:1.1'
Gradle Kotlin
implementation("com.marvinformatics:adt-maven-plugin:1.1")
Scala SBT
libraryDependencies += "com.marvinformatics" % "adt-maven-plugin" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.marvinformatics', module='adt-maven-plugin', version='1.1')
)
Apache Ivy
<dependency org="com.marvinformatics" name="adt-maven-plugin" rev="1.1" />
Leiningen
[com.marvinformatics/adt-maven-plugin "1.1"]
Apache Buildr
'com.marvinformatics:adt-maven-plugin:jar:1.1'