You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2004/01/25 06:54:14 UTC

svn commit: rev 6281 - in incubator/directory/ldap/trunk/eve: . src src/docbook src/images

Author: akarasulu
Date: Sat Jan 24 21:54:14 2004
New Revision: 6281

Added:
   incubator/directory/ldap/trunk/eve/src/
   incubator/directory/ldap/trunk/eve/src/docbook/
   incubator/directory/ldap/trunk/eve/src/images/
Modified:
   incubator/directory/ldap/trunk/eve/   (props changed)
   incubator/directory/ldap/trunk/eve/maven.xml
   incubator/directory/ldap/trunk/eve/project.xml
Log:
added directories so site goal works and added new sitedocs goal

Modified: incubator/directory/ldap/trunk/eve/maven.xml
==============================================================================
--- incubator/directory/ldap/trunk/eve/maven.xml	(original)
+++ incubator/directory/ldap/trunk/eve/maven.xml	Sat Jan 24 21:54:14 2004
@@ -42,6 +42,20 @@
     </goal>
 
     <goal 
+        name="sitedocs"
+        description="Builds the entire site documentation">
+        
+        <maven:reactor
+            basedir="${basedir}"
+            postProcessing="true"
+            includes="**/project.xml"
+            excludes="./project.xml"
+            goals="site"
+            banner="site"
+            ignoreFailures="false"/>
+    </goal>
+
+    <goal 
         name="clean-all"
         description="Clean all sandbox projects">
         

Modified: incubator/directory/ldap/trunk/eve/project.xml
==============================================================================
--- incubator/directory/ldap/trunk/eve/project.xml	(original)
+++ incubator/directory/ldap/trunk/eve/project.xml	Sat Jan 24 21:54:14 2004
@@ -208,8 +208,8 @@
     <reports>
     	<report>maven-jxr-plugin</report>
     	<report>maven-license-plugin</report>
-    	<report>maven-changelog-plugin</report>
-    	<report>maven-javadoc-plugin</report>
+        <!-- report>maven-changelog-plugin</report -->
+        <report>maven-javadoc-plugin</report>
     	<report>maven-tasklist-plugin</report>
     </reports>
 </project>