You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by vs...@apache.org on 2009/06/30 12:36:54 UTC

svn commit: r789659 - /maven/plugins/trunk/maven-site-plugin/pom.xml

Author: vsiveton
Date: Tue Jun 30 10:36:54 2009
New Revision: 789659

URL: http://svn.apache.org/viewvc?rev=789659&view=rev
Log:
o updated plugin's versions since parent version is 13

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

Modified: maven/plugins/trunk/maven-site-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/pom.xml?rev=789659&r1=789658&r2=789659&view=diff
==============================================================================
--- maven/plugins/trunk/maven-site-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-site-plugin/pom.xml Tue Jun 30 10:36:54 2009
@@ -23,8 +23,8 @@
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
-    <artifactId>maven-plugins</artifactId>
     <groupId>org.apache.maven.plugins</groupId>
+    <artifactId>maven-plugins</artifactId>
     <version>13</version>
   </parent>
 
@@ -33,9 +33,7 @@
   <packaging>maven-plugin</packaging>
 
   <name>Maven Site Plugin</name>
-  <description>
-    The Maven Site Plugin is a plugin that generates a site for the current project.
-  </description>
+  <description>The Maven Site Plugin is a plugin that generates a site for the current project.</description>
 
   <contributors>
     <contributor>
@@ -301,6 +299,32 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>2.0</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
+  <reporting>
+    <plugins>
+      <plugin>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <version>2.5</version>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-project-info-reports-plugin</artifactId>
+        <version>2.1.1</version>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <profiles>
     <profile>
       <id>run-its</id>