Skip to content

Commit

Permalink
Removed wrong target definitions
Browse files Browse the repository at this point in the history
If the PIT Maven plugin is used there is no need to specify the target classes or tests.
  • Loading branch information
oscarlvp committed Oct 12, 2017
1 parent c5e4af4 commit 9c1720f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docs/dhell-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@
<artifactId>pitest-maven</artifactId>
<version>1.2.0</version>
<configuration>
<targetClasses>
<param>myWorld.*</param>
</targetClasses>
<targetTests>
<param>myWorld.*</param>
</targetTests>
<mutationEngine>descartes</mutationEngine>
<mutators>
<mutator>void</mutator>
Expand Down Expand Up @@ -85,4 +79,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 9c1720f

Please sign in to comment.