You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2017/03/21 22:09:51 UTC

[3/4] incubator-tamaya-extensions git commit: [TAMAYA-258] Changed the commandline to run PIT.

[TAMAYA-258] Changed the commandline to run PIT.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/6cc0d655
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/6cc0d655
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/6cc0d655

Branch: refs/heads/master
Commit: 6cc0d655891ad50d611ba35f99a4c1af12fd764f
Parents: f38853f
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Mon Mar 20 18:38:24 2017 +0100
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Tue Mar 21 11:24:47 2017 +0100

----------------------------------------------------------------------
 running-mutation-tests.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/6cc0d655/running-mutation-tests.adoc
----------------------------------------------------------------------
diff --git a/running-mutation-tests.adoc b/running-mutation-tests.adoc
index 37f3ba6..eba88b3 100644
--- a/running-mutation-tests.adoc
+++ b/running-mutation-tests.adoc
@@ -12,7 +12,7 @@ be executed manually by executing the following command.
 
 [source]
 ----
-> mvn org.pitest:pitest-maven:mutationCoverage
+> mvn install org.pitest:pitest-maven:mutationCoverage
 ----