You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2005/10/24 08:37:42 UTC

svn commit: r327981 - /maven/components/trunk/maven-core/pom.xml

Author: brett
Date: Sun Oct 23 23:37:36 2005
New Revision: 327981

URL: http://svn.apache.org/viewcvs?rev=327981&view=rev
Log:
put back javadoc

Modified:
    maven/components/trunk/maven-core/pom.xml

Modified: maven/components/trunk/maven-core/pom.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-core/pom.xml?rev=327981&r1=327980&r2=327981&view=diff
==============================================================================
--- maven/components/trunk/maven-core/pom.xml (original)
+++ maven/components/trunk/maven-core/pom.xml Sun Oct 23 23:37:36 2005
@@ -168,6 +168,9 @@
         <artifactId>maven-clover-plugin</artifactId>
       </plugin>
       <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+      </plugin>
+      <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
       </plugin>
       <plugin>