<dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.0</version>
<type>maven-plugin</type>
</dependency>
libraryDependencies += "org.apache.maven.plugins" % "maven-surefire-report-plugin" % "2.0"
@Grapes(
@Grab(group='org.apache.maven.plugins', module='maven-surefire-report-plugin', version='2.0')
)
<dependency org="org.apache.maven.plugins" name="maven-surefire-report-plugin" rev="2.0" />