MVN

com.willowtreeapps.maven.plugins : maven-testflight-plugin

Maven & Gradle

Dec 26, 2013

Maven TestFlight Plugin · Use this plugin to publish an Android or iOS mobile application to TestFlight. Create an account at https://testflightapp.com to get started.

<plugin>
    <groupId>com.willowtreeapps.maven.plugins</groupId>
    <artifactId>maven-testflight-plugin</artifactId>
    <version>1.4.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.willowtreeapps.maven.plugins : maven-testflight-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4.4

All Versions

Choose a version of com.willowtreeapps.maven.plugins : maven-testflight-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.4.x
maven-testflight-plugin-1.4.4
maven-testflight-plugin-1.4.3
maven-testflight-plugin-1.4.2
maven-testflight-plugin-1.4.1
1.0.x
maven-testflight-plugin-1.0.4

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.willowtreeapps.maven.plugins</groupId>
    <artifactId>maven-testflight-plugin</artifactId>
    <version>1.4.4</version>
</plugin>