DOC

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.

Table Of Contents

Latest Version

Download com.marvinformatics : adt-maven-plugin Javadoc & API Documentation - Latest Versions:

All Versions

Download com.marvinformatics : adt-maven-plugin Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.1
1.0

How to open Javadoc JAR file in web browser

  1. Rename the file adt-maven-plugin-1.1-javadoc.jar to adt-maven-plugin-1.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder adt-maven-plugin-1.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "adt-maven-plugin-1.1-sources.jar" -d "adt-maven-plugin-1.1-javadoc" -subpackages 

Advertisement