MVN

net.flexmojos.oss : flexmojos-maven-plugin

Maven & Gradle

Feb 13, 2017
1 usages
51 stars

Flexmojos Maven Plugin · With this maven plugin Flex3/AS3 sources can be compiled into a SWC or SWF package.

<plugin>
    <groupId>net.flexmojos.oss</groupId>
    <artifactId>flexmojos-maven-plugin</artifactId>
    <version>7.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.flexmojos.oss : flexmojos-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 7.1.1
  • Latest Beta: 5.0-beta

All Versions

Choose a version of net.flexmojos.oss : flexmojos-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
7.1.x
flexmojos-maven-plugin-7.1.1
flexmojos-maven-plugin-7.1.0
7.0.x
flexmojos-maven-plugin-7.0.1
flexmojos-maven-plugin-7.0.0
6.0.x
flexmojos-maven-plugin-6.0.1
flexmojos-maven-plugin-6.0.0
5.0
flexmojos-maven-plugin-5.0-beta

How to add a plugin to Maven

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

<plugin>
    <groupId>net.flexmojos.oss</groupId>
    <artifactId>flexmojos-maven-plugin</artifactId>
    <version>7.1.1</version>
</plugin>

Advertisement