Skip to content

Commit 10ab520

Browse files
committed
Update README.md
1 parent b753074 commit 10ab520

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
maven-scoverage-plugin
1+
scoverage-maven-plugin
22
===================
33

4-
maven-scoverage-plugin is a plugin for Maven that integrates the scoverage code coverage library. Find out more about [scoverage](https://github.com/scoverage/scalac-scoverage-plugin).
4+
scoverage-maven-plugin is a plugin for Maven that integrates the scoverage code coverage library. Find out more about [scoverage](https://github.com/scoverage/scalac-scoverage-plugin).
55

6-
[![Build Status](https://travis-ci.org/scoverage/maven-scoverage-plugin.png)](https://travis-ci.org/scoverage/maven-scoverage-plugin)
6+
[![Build Status](https://travis-ci.org/scoverage/scoverage-maven-plugin.png)](https://travis-ci.org/scoverage/scoverage-maven-plugin)
77

88
## How to use
99

@@ -79,7 +79,7 @@ Finally, add the plugin to the build.
7979
<plugins>
8080
<plugin>
8181
<groupId>org.scoverage</groupId>
82-
<artifactId>maven-scoverage-plugin</artifactId>
82+
<artifactId>scoverage-maven-plugin</artifactId>
8383
<version>${maven.plugin.scoverage.version}</version>
8484
</plugin>
8585
</plugins>
@@ -97,7 +97,7 @@ Of course you can setup the plugin to run as part of the normal build, without h
9797
<plugins>
9898
<plugin>
9999
<groupId>org.scoverage</groupId>
100-
<artifactId>maven-scoverage-plugin</artifactId>
100+
<artifactId>scoverage-maven-plugin</artifactId>
101101
<version>${scoverage-plugin.version}</version>
102102
<executions>
103103
<execution>

0 commit comments

Comments
 (0)