Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 20c51a02a -> 32be37e25


[TAMAYA-288] Unifed configuration.


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

Branch: refs/heads/master
Commit: 32be37e25e009fc9a593316b389bad3f32e97c70
Parents: 20c51a0
Author: Oliver B. Fischer <ple...@apache.org>
Authored: Sat Sep 16 15:05:13 2017 +0200
Committer: Oliver B. Fischer <ple...@apache.org>
Committed: Sat Sep 16 15:05:13 2017 +0200

----------------------------------------------------------------------
 pom.xml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/32be37e2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2cdce22..05de4bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -302,14 +302,15 @@
                     <artifactId>pitest-maven</artifactId>
                     <version>${pitest-plugin.version}</version>
                     <configuration>
-                        <coverageThreshold>80</coverageThreshold>
+                        <coverageThreshold>50</coverageThreshold>
                         <timestampedReports>false</timestampedReports>
                         <targetClasses>
                             <param>org.apache.tamaya.*</param>
                         </targetClasses>
-                       <excludedMethods>
-                         <param>toString</param>
+                                         <excludedMethods>
+                                             <param>toString</param>
                         </excludedMethods>
+                        <verbose>true</verbose>
                     </configuration>
                 </plugin>
                 <plugin>
@@ -748,10 +749,6 @@
                                 <goals>
                                     <goal>mutationCoverage</goal>
                                 </goals>
-                                <configuration>
-                                    <coverageThreshold>49</coverageThreshold>
-                                    <mutationThreshold>49</mutationThreshold>
-                                </configuration>
                             </execution>
                         </executions>
                     </plugin>

Reply via email to