Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 91c8eb438 -> 19e0a0bf7


[TAMAYA-288] Added the profile coverage to check the coverage of Tamaya 
API&Core.


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

Branch: refs/heads/master
Commit: efd03e14bde563afc07339438178184bdd4ac805
Parents: 91c8eb4
Author: Oliver B. Fischer <ple...@apache.org>
Authored: Sat Sep 16 12:47:08 2017 +0200
Committer: Oliver B. Fischer <ple...@apache.org>
Committed: Sat Sep 16 12:47:08 2017 +0200

----------------------------------------------------------------------
 pom.xml | 22 +++++++++++++++++++++-
 1 file changed, 21 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/efd03e14/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index c9cba10..432302a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -735,7 +735,27 @@
     </build>
 
     <profiles>
-        <!-- The release profile. It ensures that all checks will be done 
+        <profile>
+            <id>coverage</id>
+            <build>
+                <plugins>
+                    <plugin>
+                        <groupId>org.pitest</groupId>
+                        <artifactId>pitest-maven</artifactId>
+                        <executions>
+                            <execution>
+                                <id>mutationcoverage</id>
+                                <goals>
+                                    <goal>mutationCoverage</goal>
+                                </goals>
+                            </execution>
+                        </executions>
+                    </plugin>
+                </plugins>
+            </build>
+        </profile>
+
+        <!-- The release profile. It ensures that all checks will be done
             and everything will be build what need to be build. -->
         <profile>
             <id>release</id>

Reply via email to