MVN

com.bluetrainsoftware.maven : karma-runner-plugin

Maven & Gradle

Feb 10, 2015
7 stars

Maven Karma Runner plugin · This plugin provides support for running Karma on Mac OS X, Linux and Windows. Karma must be in the path. Further instructions are in the README.markdown.

<plugin>
    <groupId>com.bluetrainsoftware.maven</groupId>
    <artifactId>karma-runner-plugin</artifactId>
    <version>2.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.bluetrainsoftware.maven : karma-runner-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.2

All Versions

Choose a version of com.bluetrainsoftware.maven : karma-runner-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.2
karma-runner-plugin-2.2
2.1
karma-runner-plugin-2.1
1.6
karma-runner-plugin-1.6
1.5
karma-runner-plugin-1.5
1.4
karma-runner-plugin-1.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.bluetrainsoftware.maven</groupId>
    <artifactId>karma-runner-plugin</artifactId>
    <version>2.2</version>
</plugin>