Author: brett
Date: Fri Dec 22 19:24:04 2006
New Revision: 489845

URL: http://svn.apache.org/viewvc?view=rev&rev=489845
Log:
[MPLUGIN-25] fix the site structure
Submitted by: Franz See

Modified:
    maven/plugins/trunk/maven-plugin-plugin/pom.xml
    maven/plugins/trunk/maven-plugin-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-plugin-plugin/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugin-plugin/pom.xml?view=diff&rev=489845&r1=489844&r2=489845
==============================================================================
--- maven/plugins/trunk/maven-plugin-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-plugin-plugin/pom.xml Fri Dec 22 19:24:04 2006
@@ -21,15 +21,20 @@
 
 <project>
   <parent>
-    <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
-    <version>3</version>
+    <artifactId>maven-plugins</artifactId>
+    <version>6</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-plugin-plugin</artifactId>
   <packaging>maven-plugin</packaging>
   <name>Maven PLUGIN Plugin</name>
   <version>2.2-SNAPSHOT</version>
+  <description>
+    The Plugin Plugin is used to create a Maven plugin descriptor for any 
Mojo's found in the source tree, 
+    to include in the JAR. It is also used to generate Xdoc files for the 
Mojos as well as for updating the 
+    plugin registry and the artifact metadata.
+  </description>
   <inceptionYear>2001</inceptionYear>
   <prerequisites>
     <maven>2.0.4</maven>
@@ -137,13 +142,4 @@
       <version>2.0</version>
     </dependency>
   </dependencies>
-  <reporting>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-plugin-plugin</artifactId>
-        <version>2.2-SNAPSHOT</version>
-      </plugin>
-    </plugins>
-  </reporting>
 </project>

Modified: maven/plugins/trunk/maven-plugin-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-plugin-plugin/src/site/site.xml?view=diff&rev=489845&r1=489844&r2=489845
==============================================================================
--- maven/plugins/trunk/maven-plugin-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-plugin-plugin/src/site/site.xml Fri Dec 22 
19:24:04 2006
@@ -19,19 +19,23 @@
   ~ under the License.
   -->
 
-<project>
+<project name="Maven Plugin Plugin">
   <body>
+
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
       <item name="Goals" href="plugin-info.html"/>
       <item name="Usage" href="usage.html"/>
       <item name="FAQ" href="faq.html"/>
     </menu>
-    <menu name="Developers">
-      <item name="Multiple Language Support: Redesign Notes" 
href="multiple-language-support.html"/>
-    </menu>
+
     <menu name="Examples">
       <item name="Configuring Generation of Plugin Descriptor" 
href="/examples/generate-descriptor.html"/>
     </menu>
+    
+    <menu name="Developers">
+      <item name="Multiple Language Support: Redesign Notes" 
href="multiple-language-support.html"/>
+    </menu>
   </body>
 </project>
+


Reply via email to