MVN

com.agiliumlabs.osxappbundle : osxappbundle-maven-plugin

Maven & Gradle

Jan 08, 2014
1 stars

Maven OS X Application Bundle Plugin · A Maven Plugin for generating Mac OS X Application Bundles of Java applications and packaging them as a DMG disk image.

<plugin>
    <groupId>com.agiliumlabs.osxappbundle</groupId>
    <artifactId>osxappbundle-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.agiliumlabs.osxappbundle : osxappbundle-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.agiliumlabs.osxappbundle : osxappbundle-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
osxappbundle-maven-plugin-1.0.1
osxappbundle-maven-plugin-1.0.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.agiliumlabs.osxappbundle</groupId>
    <artifactId>osxappbundle-maven-plugin</artifactId>
    <version>1.0.1</version>
</plugin>