MVN

me.jeffshaw.scalatest : scalatest-maven-plugin

Maven & Gradle

Jun 30, 2017
33 stars

ScalaTest Maven Plugin · Integrates ScalaTest into Maven

<plugin>
    <groupId>me.jeffshaw.scalatest</groupId>
    <artifactId>scalatest-maven-plugin</artifactId>
    <version>2.0.0-M1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of me.jeffshaw.scalatest : scalatest-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 2.0.0-M1

All Versions

Choose a version of me.jeffshaw.scalatest : scalatest-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
scalatest-maven-plugin-2.0.0-M1

How to add a plugin to Maven

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

<plugin>
    <groupId>me.jeffshaw.scalatest</groupId>
    <artifactId>scalatest-maven-plugin</artifactId>
    <version>2.0.0-M1</version>
</plugin>