Skip to content

Commit

Permalink
Merge pull request #1353 from hcoles/feature/deprecate_scm
Browse files Browse the repository at this point in the history
warn about goal removal
  • Loading branch information
hcoles authored Oct 4, 2024
2 parents 5f12640 + 97d34a4 commit d23455e
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 d23455e

Please sign in to comment.