MVN

org.echocat.rundroid : rundroid-maven-plugin

Maven & Gradle

Feb 12, 2016

echocat Rundroid Maven Plugin · Maven plugin to handle the running of tests on an emulator of android better and safer.

<plugin>
    <groupId>org.echocat.rundroid</groupId>
    <artifactId>rundroid-maven-plugin</artifactId>
    <version>1.0.9</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.echocat.rundroid : rundroid-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of org.echocat.rundroid : rundroid-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0.x
rundroid-maven-plugin-1.0.9
rundroid-maven-plugin-1.0.8
rundroid-maven-plugin-1.0.3

How to add a plugin to Maven

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

<plugin>
    <groupId>org.echocat.rundroid</groupId>
    <artifactId>rundroid-maven-plugin</artifactId>
    <version>1.0.9</version>
</plugin>

Advertisement