You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@usergrid.apache.org by sn...@apache.org on 2015/11/18 17:27:55 UTC

[34/50] usergrid git commit: Correct Jacoco profile command arg

Correct Jacoco profile command arg


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

Branch: refs/heads/USERGRID-872
Commit: bba77f0af590a634415694d8b1f59e65bb85b2ff
Parents: 40cd379
Author: Dave Johnson <sn...@apache.org>
Authored: Mon Nov 16 13:10:44 2015 -0500
Committer: Dave Johnson <sn...@apache.org>
Committed: Mon Nov 16 13:10:44 2015 -0500

----------------------------------------------------------------------
 stack/Coverage.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/usergrid/blob/bba77f0a/stack/Coverage.md
----------------------------------------------------------------------
diff --git a/stack/Coverage.md b/stack/Coverage.md
index e09d951..0f6e0a8 100644
--- a/stack/Coverage.md
+++ b/stack/Coverage.md
@@ -5,7 +5,7 @@ To generate Jacoco coverage reports for Usergrid, do a build that runs the tests
 
 For example:
 
-    mvn install
+    mvn install -Pjacoco
 
 
 Note that all tests must pass, or some Jacoco files will be missing and report generation is likely to fail complete.