MVN

com.marvinformatics : adt-maven-plugin

Maven & Gradle

Jul 15, 2017
1 stars

Adobe AIR Development tools 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.

<plugin>
    <groupId>com.marvinformatics</groupId>
    <artifactId>adt-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.marvinformatics : adt-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.marvinformatics : adt-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1
adt-maven-plugin-1.1
1.0
adt-maven-plugin-1.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.marvinformatics</groupId>
    <artifactId>adt-maven-plugin</artifactId>
    <version>1.1</version>
</plugin>

Advertisement