We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f12640 + 97d34a4 commit d23455eCopy full SHA for d23455e
pitest-maven/src/main/java/org/pitest/maven/ScmMojo.java
@@ -120,6 +120,8 @@ public ScmMojo(RepositorySystem repositorySystem) {
120
@Override
121
protected Optional<CombinedStatistics> analyse() throws MojoExecutionException {
122
123
+ this.getLog().warn("The scmMutationCoverage goal is deprecated and will be removed in a future pitest release.");
124
+
125
if (scmRootDir == null) {
126
this.scmRootDir = findScmRootDir();
127
}
0 commit comments