You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by st...@apache.org on 2012/06/13 09:36:55 UTC

[3/4] git commit: add coverage report generating docs and role

add coverage report generating docs and role


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

Branch: refs/heads/master
Commit: 0726aa7ab16af8e0a479ed6f82c78850b09dc509
Parents: c0f45e4
Author: Mark Struberg <st...@apache.org>
Authored: Tue Jun 12 19:32:41 2012 +0200
Committer: Mark Struberg <st...@apache.org>
Committed: Wed Jun 13 08:34:13 2012 +0200

----------------------------------------------------------------------
 deltaspike/parent/pom.xml |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-deltaspike/blob/0726aa7a/deltaspike/parent/pom.xml
----------------------------------------------------------------------
diff --git a/deltaspike/parent/pom.xml b/deltaspike/parent/pom.xml
index fcfaf8a..3c5b683 100644
--- a/deltaspike/parent/pom.xml
+++ b/deltaspike/parent/pom.xml
@@ -65,6 +65,12 @@
 
         <profile>
             <id>coverage</id>
+            <!--
+             * Activate this profile to gather unit test coverage
+             * Start with:
+             * $> mvn clean install -Pcoverage
+             * The generated information will be in target/site/jacoco/index.html
+            -->
 
             <dependencies>
                 <dependency>
@@ -206,6 +212,7 @@
             <email>struberg@apache.org</email>
             <roles>
                 <role>PPMC</role>
+                <role>Champion</role>
             </roles>
             <timezone>+1</timezone>
         </developer>