Author: olamy
Date: Mon Feb 20 21:41:30 2012
New Revision: 1291457

URL: http://svn.apache.org/viewvc?rev=1291457&view=rev
Log:
upgrade to javadoc plugin 2.8.1
Add an aggregated javadoc only for top module.

Modified:
    incubator/directmemory/trunk/README
    incubator/directmemory/trunk/pom.xml

Modified: incubator/directmemory/trunk/README
URL: 
http://svn.apache.org/viewvc/incubator/directmemory/trunk/README?rev=1291457&r1=1291456&r2=1291457&view=diff
==============================================================================
--- incubator/directmemory/trunk/README (original)
+++ incubator/directmemory/trunk/README Mon Feb 20 21:41:30 2012
@@ -1 +1,11 @@
-DirectMemory is a multi layered cache implementation featuring off-heap memory 
storage (a-la BigMemory) to enable caching of java objects without degrading 
jvm performance. Its main purpose is to act as a second level cache (after a 
heap based one) to collect large amounts of data without filling up the java 
heap and thus avoiding long garbage collection cycles. Included in the box is a 
small set of utility classes to easily handle off-heap memory buffers.
\ No newline at end of file
+Apache DirectMemory is a multi layered cache implementation featuring off-heap 
memory storage (a-la BigMemory)
+to enable caching of java objects without degrading jvm performance.
+Its main purpose is to act as a second level cache (after a heap based one)
+to collect large amounts of data without filling up the java heap and thus 
avoiding long garbage collection cycles.
+Included in the box is a small set of utility classes to easily handle 
off-heap memory buffers.
+
+------------
+Build
+------------
+You need Apache Maven to build the project. Just use: mvn clean install (you 
will have jars installed locally in your
+local Maven repository.
\ No newline at end of file

Modified: incubator/directmemory/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/directmemory/trunk/pom.xml?rev=1291457&r1=1291456&r2=1291457&view=diff
==============================================================================
--- incubator/directmemory/trunk/pom.xml (original)
+++ incubator/directmemory/trunk/pom.xml Mon Feb 20 21:41:30 2012
@@ -261,7 +261,7 @@ under the License.
     <compiler-plugin.version>2.3.2</compiler-plugin.version>
     <gpg-plugin.version>1.4</gpg-plugin.version>
     <jar-plugin.version>2.4</jar-plugin.version>
-    <javadoc-plugin.version>2.8</javadoc-plugin.version>
+    <javadoc-plugin.version>2.8.1</javadoc-plugin.version>
     <jxr-plugin.version>2.2</jxr-plugin.version>
     
<project-info-reports-plugin.version>2.4</project-info-reports-plugin.version>
     <rat-plugin.version>0.7</rat-plugin.version>
@@ -646,6 +646,12 @@ under the License.
               <report>javadoc</report>
             </reports>
           </reportSet>
+          <reportSet>
+            <inherited>false</inherited>
+            <reports>
+              <report>aggregate</report>
+            </reports>
+          </reportSet>
         </reportSets>
         <configuration>
           <docletArtifact>


Reply via email to