Skip to content

Commit

Permalink
warn about goal removal
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Oct 4, 2024
1 parent 5f12640 commit 97d34a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pitest-maven/src/main/java/org/pitest/maven/ScmMojo.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ public ScmMojo(RepositorySystem repositorySystem) {
@Override
protected Optional<CombinedStatistics> analyse() throws MojoExecutionException {

this.getLog().warn("The scmMutationCoverage goal is deprecated and will be removed in a future pitest release.");

if (scmRootDir == null) {
this.scmRootDir = findScmRootDir();
}
Expand Down

0 comments on commit 97d34a4

Please sign in to comment.