MVN

com.googlecode.robotframework-maven-plugin : robotframework-maven-plugin

Maven & Gradle

Apr 22, 2012

Robotframework Maven Plugin · Maven plugin for the Robot Framework.

<plugin>
    <groupId>com.googlecode.robotframework-maven-plugin</groupId>
    <artifactId>robotframework-maven-plugin</artifactId>
    <version>1.1.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.robotframework-maven-plugin : robotframework-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of com.googlecode.robotframework-maven-plugin : robotframework-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
robotframework-maven-plugin-1.1.2
robotframework-maven-plugin-1.1.1
1.1
robotframework-maven-plugin-1.1

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.googlecode.robotframework-maven-plugin</groupId>
    <artifactId>robotframework-maven-plugin</artifactId>
    <version>1.1.2</version>
</plugin>