Skip to content

Commit

Permalink
Fix #902, devil pushed back
Browse files Browse the repository at this point in the history
  • Loading branch information
danzone authored Oct 6, 2019
1 parent 58770bc commit c3ffb13
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dspot-maven/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# DSpot-Maven
# DSpot Maven Plugin

You can use this plugin on the command line as the jar:
This plugin let you integrate unit test amplification in your Maven build process. You can use this plugin on the command line as the jar:

```bash
# this amplifies the Junit tests to kill more mutants
Expand Down Expand Up @@ -65,4 +65,4 @@ mvn dspot:amplify-unit-tests

The advantages of using the maven plugin is that maven will automatically the latest version deployed on maven central, even the SNAPSHOT built at each commits on the master!

Second, is that the properties are optional and the maven-plugin automatically infers from the pom.xml some required information such as the path of the project root directory.
Second, is that the properties are optional and the maven-plugin automatically infers from the pom.xml some required information such as the path of the project root directory.

0 comments on commit c3ffb13

Please sign in to comment.