Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master d1598fe2a -> cdd7f9c0b
[TAMAYA-258] Disabled timestamped reports for 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/7c0faa90 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/7c0faa90 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/7c0faa90 Branch: refs/heads/master Commit: 7c0faa90664d93710a40e8d81b8eec98f9bf2774 Parents: d1598fe Author: Oliver B. Fischer <[email protected]> Authored: Sun Mar 26 15:05:52 2017 +0200 Committer: Oliver B. Fischer <[email protected]> Committed: Sun Mar 26 15:05:52 2017 +0200 ---------------------------------------------------------------------- pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/7c0faa90/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 897b5e1..a883f32 100644 --- a/pom.xml +++ b/pom.xml @@ -523,6 +523,7 @@ under the License. <version>${pitest-plugin.version}</version> <configuration> <coverageThreshold>80</coverageThreshold> + <timestampedReports>false</timestampedReports> <targetClasses> <param>org.apache.tamaya.*</param> </targetClasses>
