Author: olamy
Date: Tue Feb 21 15:20:25 2012
New Revision: 1291857
URL: http://svn.apache.org/viewvc?rev=1291857&view=rev
Log:
add menu entry with direct link to changes and jira report
Modified:
incubator/directmemory/trunk/pom.xml
incubator/directmemory/trunk/src/site/site.xml
Modified: incubator/directmemory/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1291857&r1=1291856&r2=1291857&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Tue Feb 21 15:20:25 2012
@@ -700,6 +700,14 @@ under the License.
<configLocation>config/maven_checks.xml</configLocation>
<headerLocation>config/maven-header.txt</headerLocation>
</configuration>
+ <inherited>false</inherited>
+ <reportSets>
+ <reportSet>
+ <reports>
+ <report>checkstyle-aggregate</report>
+ </reports>
+ </reportSet>
+ </reportSets>
</plugin>
</plugins>
</reporting>
Modified: incubator/directmemory/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/directmemory/trunk/src/site/site.xml?rev=1291857&r1=1291856&r2=1291857&view=diff
==============================================================================
--- incubator/directmemory/trunk/src/site/site.xml (original)
+++ incubator/directmemory/trunk/src/site/site.xml Tue Feb 21 15:20:25 2012
@@ -50,6 +50,8 @@
<item name="About" href="index.html"/>
<item name="Server" href="server.html"/>
<item name="Committer Environment"
href="committer-environment.html"/>
+ <item name="JIRA report" href="jira-report.html"/>
+ <item name="Changes report" href="changes-report.html"/>
</menu>
<menu ref="reports" inherit="bottom"/>