You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2013/06/18 23:58:57 UTC

git commit: Disable modules report to fix Knox-master-daily build.

Updated Branches:
  refs/heads/master 6f741af88 -> 3a6737681


Disable modules report to fix Knox-master-daily build.


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

Branch: refs/heads/master
Commit: 3a6737681c29f795991ae9701dd92d069895dfaf
Parents: 6f741af
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Tue Jun 18 17:58:52 2013 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Tue Jun 18 17:58:52 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/3a673768/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a5131fe..f50f6f7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,9 +208,9 @@
                     <reportSet>
                         <reports>
                             <report>index</report>
-                            <report>modules</report>
                             <report>dependencies</report>
                             <!--
+                            <report>modules</report>
                             <report>project-team</report>
                             <report>mailing-list</report>
                             <report>issue-tracking</report>