You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by po...@apache.org on 2018/01/25 22:04:33 UTC

[07/12] incubator-tamaya git commit: Try to change pitest config

Try to change pitest config


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

Branch: refs/heads/configjsr
Commit: adc10963ebceb0e7cc6cc3187eeac3f1a8cb4c9b
Parents: 0af4480
Author: Phil Ottlinger <po...@apache.org>
Authored: Thu Jan 4 23:20:24 2018 +0100
Committer: Phil Ottlinger <po...@apache.org>
Committed: Thu Jan 4 23:20:24 2018 +0100

----------------------------------------------------------------------
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/adc10963/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 2932c9b..18adb6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -331,10 +331,11 @@
                             <param>org.apache.tamaya.*</param>
                         </targetClasses>
                         <excludedClasses>
+                            <param>org.apache.tamaya.core.internal.BannerManager</param>
                             <param>org.apache.tamaya.core.internal.BannerManagerTest</param>
                         </excludedClasses>
 			                  <excludedMethods>
-			                      <param>toString</param>
+			                  <param>toString</param>
                         </excludedMethods>
                         <verbose>true</verbose>
                     </configuration>