GitHub user snoopdave opened a pull request:

    https://github.com/apache/usergrid/pull/406

    For USERGRID-1058: Add ability to generate master Jacoco report for all 
stack modules

    The Jacoco Maven plugin generates a separate jacoco.exec data file for each 
of our Maven modules and cannot produce a combined "master" report.  The plugin 
can generate an merged data file, but cannot easily create a merged report. So, 
we use the Maven plugin to produce the Jacoco data files, but we new a an 
Ant-task to merge the data files and produce a merged report. 
    
    See the Coverage.md file for instructions on creating Javaco module and the 
master report.
    
    https://issues.apache.org/jira/browse/USERGRID-1058

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/usergrid jacoco

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/usergrid/pull/406.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #406
    
----
commit 14e2a9d976492c55b22cab94529cb13939187264
Author: Dave Johnson <[email protected]>
Date:   2015-10-22T15:26:43Z

    Add ability to generate master Jacoco report for all stack modules, plus 
some fixes to POM files that were double declaring the Surefire plugin.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to