You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by sr...@apache.org on 2009/04/10 16:36:20 UTC

svn commit: r763951 - /lucene/mahout/trunk/core/pom.xml

Author: srowen
Date: Fri Apr 10 14:36:20 2009
New Revision: 763951

URL: http://svn.apache.org/viewvc?rev=763951&view=rev
Log:
Add javadoc plugin

Modified:
    lucene/mahout/trunk/core/pom.xml

Modified: lucene/mahout/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/lucene/mahout/trunk/core/pom.xml?rev=763951&r1=763950&r2=763951&view=diff
==============================================================================
--- lucene/mahout/trunk/core/pom.xml (original)
+++ lucene/mahout/trunk/core/pom.xml Fri Apr 10 14:36:20 2009
@@ -412,6 +412,12 @@
           </execution>
         </executions>
       </plugin>
+
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>2.4</version>
+      </plugin>
+
     </plugins>
   </build>