You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ps...@apache.org on 2005/10/30 06:54:04 UTC

svn commit: r329532 - /directory/naming/trunk/maven.xml

Author: psteitz
Date: Sat Oct 29 22:54:03 2005
New Revision: 329532

URL: http://svn.apache.org/viewcvs?rev=329532&view=rev
Log:
Restored site pregoal to gen combined javadoc.

Modified:
    directory/naming/trunk/maven.xml

Modified: directory/naming/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/directory/naming/trunk/maven.xml?rev=329532&r1=329531&r2=329532&view=diff
==============================================================================
--- directory/naming/trunk/maven.xml (original)
+++ directory/naming/trunk/maven.xml Sat Oct 29 22:54:03 2005
@@ -44,9 +44,7 @@
           todir="${basedir}/naming-config/xdocs" overwrite="true"/>
   </preGoal>
 
-  <!-- No longer need since consolidated doc generation is
-       now present within the dist plugin using the dist:multiproject
-       goal
+   
  
   <postGoal name="multiproject:site">
     <javadoc destdir="${maven.docs.dest}/apidocs">
@@ -63,7 +61,7 @@
       </classpath>
     </javadoc>
   </postGoal>
-  -->
+  
 
   <!-- Delete temp copies of naming-core navigation.xml -->
   <postGoal name="multiproject:site">