tweak reports, only publish RAT report

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

Branch: refs/heads/master
Commit: d5d8f2a22431d84f408ab890442979f8b50cabd1
Parents: 6539c37
Author: Stefan Bodewig <bode...@apache.org>
Authored: Mon Apr 24 12:05:10 2017 +0000
Committer: Stefan Bodewig <bode...@apache.org>
Committed: Mon Apr 24 12:05:10 2017 +0000

----------------------------------------------------------------------
 pom.xml           | 14 ++------------
 src/site/site.xml |  4 +++-
 2 files changed, 5 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/d5d8f2a2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aebf9bf..0ad8b14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,7 @@
       <plugin>
         <groupId>org.apache.rat</groupId>
         <artifactId>apache-rat-plugin</artifactId>
-        <version>0.11</version>
+        <version>0.12</version>
         <configuration>
           <excludes>
             <!-- generated files -->
@@ -167,22 +167,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>${commons.project-info.version}</version>
-        <!--
-            Unfortunately it does not appear to be possible to override
-            reports configured in a parent POM.
-            See https://jira.codehaus.org/browse/MPIR-241
-            and https://issues.apache.org/jira/browse/MPOM-32
-            So we define here all those reports that are suitable for
-            all components.
-            Components can add extra reports if they wish, but cannot disable 
any.
-        -->
+        <version>2.8.1</version>
         <reportSets>
           <reportSet>
             <reports>
               <report>cim</report>     
               <report>scm</report>
-              <report>dependencies</report>
               <report>license</report>
               <report>project-team</report>
               <report>issue-tracking</report>

http://git-wip-us.apache.org/repos/asf/logging-log4net/blob/d5d8f2a2/src/site/site.xml
----------------------------------------------------------------------
diff --git a/src/site/site.xml b/src/site/site.xml
index 25ad9ba..286ef56 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -61,7 +61,9 @@
                        <item name="Continuous Integration" 
href="/integration.html"/>
                </menu>
 
-               <menu ref="reports"  img="icon-cog"/>
+                <menu name="Project Reports" inherit="top" img="icon-cog">
+                  <item name="RAT Report" href="/rat-report.html" />
+                </menu>
 
                <menu name="Apache" inherit="top" img="icon-info-sign">
                        <item name="Home" href="http://www.apache.org/"/>       

Reply via email to