Skip to content

Commit d23455e

Browse files
authored
Merge pull request #1353 from hcoles/feature/deprecate_scm
warn about goal removal
2 parents 5f12640 + 97d34a4 commit d23455e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pitest-maven/src/main/java/org/pitest/maven/ScmMojo.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ public ScmMojo(RepositorySystem repositorySystem) {
120120
@Override
121121
protected Optional<CombinedStatistics> analyse() throws MojoExecutionException {
122122

123+
this.getLog().warn("The scmMutationCoverage goal is deprecated and will be removed in a future pitest release.");
124+
123125
if (scmRootDir == null) {
124126
this.scmRootDir = findScmRootDir();
125127
}

0 commit comments

Comments
 (0)