You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2014/08/10 17:19:26 UTC

svn commit: r1617123 - /logging/log4j/log4j2/trunk/pom.xml

Author: ggregory
Date: Sun Aug 10 15:19:25 2014
New Revision: 1617123

URL: http://svn.apache.org/r1617123
Log:
Add dependency-info to the reports.

Modified:
    logging/log4j/log4j2/trunk/pom.xml

Modified: logging/log4j/log4j2/trunk/pom.xml
URL: http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/pom.xml?rev=1617123&r1=1617122&r2=1617123&view=diff
==============================================================================
--- logging/log4j/log4j2/trunk/pom.xml (original)
+++ logging/log4j/log4j2/trunk/pom.xml Sun Aug 10 15:19:25 2014
@@ -887,6 +887,7 @@
             <reports>
               <report>index</report>
               <report>dependencies</report>
+              <report>dependency-info</report>              
               <report>dependency-convergence</report>
               <report>dependency-management</report>
               <report>project-team</report>