You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/03/24 21:15:15 UTC

svn commit: r640554 - in /directory/daemon/branches/bigbang/plugin: pom.xml src/site/site.xml

Author: felixk
Date: Mon Mar 24 13:15:06 2008
New Revision: 640554

URL: http://svn.apache.org/viewvc?rev=640554&view=rev
Log:
Add plugin report (add plugin documentation to site)

Modified:
    directory/daemon/branches/bigbang/plugin/pom.xml
    directory/daemon/branches/bigbang/plugin/src/site/site.xml

Modified: directory/daemon/branches/bigbang/plugin/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/branches/bigbang/plugin/pom.xml?rev=640554&r1=640553&r2=640554&view=diff
==============================================================================
--- directory/daemon/branches/bigbang/plugin/pom.xml (original)
+++ directory/daemon/branches/bigbang/plugin/pom.xml Mon Mar 24 13:15:06 2008
@@ -75,4 +75,12 @@
     </dependency>
   </dependencies>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+      </plugin>
+    </plugins>
+  </reporting>
 </project>

Modified: directory/daemon/branches/bigbang/plugin/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/daemon/branches/bigbang/plugin/src/site/site.xml?rev=640554&r1=640553&r2=640554&view=diff
==============================================================================
--- directory/daemon/branches/bigbang/plugin/src/site/site.xml (original)
+++ directory/daemon/branches/bigbang/plugin/src/site/site.xml Mon Mar 24 13:15:06 2008
@@ -19,14 +19,17 @@
   @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
 -->
 <project name="${project.name}">
-    <bannerLeft>
-        <name>${project.name}</name>
-    </bannerLeft>
-    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
-    <body>
-        <menu name="Parent">
-            <item name="Apache Directory Daemon" href="../index.html" />
-        </menu>
-        <menu ref="reports" />
-    </body>
+  <bannerLeft>
+    <name>${project.name}</name>
+  </bannerLeft>
+  <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+  <body>
+    <menu name="Parent">
+      <item name="Apache Directory Daemon" href="../index.html" />
+    </menu>
+    <menu name="Overview">
+      <item name="Goals" href="plugin-info.html" />
+    </menu>
+    <menu ref="reports" />
+  </body>
 </project>