You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/05/18 10:55:56 UTC

svn commit: r945544 - in /maven/plugins/trunk/maven-project-info-reports-plugin: pom.xml src/site/apt/index.apt src/site/apt/usage.apt

Author: bentmann
Date: Tue May 18 08:55:56 2010
New Revision: 945544

URL: http://svn.apache.org/viewvc?rev=945544&view=rev
Log:
o Documented requirement on Maven Site Plugin 2.1+

Modified:
    maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml?rev=945544&r1=945543&r2=945544&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/pom.xml Tue May 18 08:55:56 2010
@@ -327,6 +327,25 @@ under the License.
     </dependency>
   </dependencies>
 
+  <reporting>
+    <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-plugin-plugin</artifactId>
+        <configuration>
+          <requirements>
+            <others>
+              <property>
+                <name>Maven Site Plugin</name>
+                <value>2.1</value>
+              </property>
+            </others>
+          </requirements>
+        </configuration>
+      </plugin>
+    </plugins>
+  </reporting>
+
   <profiles>
     <profile>
       <id>reporting</id>

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt?rev=945544&r1=945543&r2=945544&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/index.apt Tue May 18 08:55:56 2010
@@ -31,6 +31,8 @@ Maven Project Info Reports Plugin
 
  The Maven Project Info Reports plugin is used to generate reports information about the project.
 
+ <Note:> This plugin requires Maven Site Plugin 2.1 or higher to work properly.
+
 * Goals Overview
 
  The Project Info Reports Plugin has thirteen goals:

Modified: maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt?rev=945544&r1=945543&r2=945544&view=diff
==============================================================================
--- maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/usage.apt Tue May 18 08:55:56 2010
@@ -43,3 +43,5 @@ mvn site
  would generate the project information documentation. For more information on
  how to customize the Project Information Reports Plugin, check the examples on the
  {{{./index.html}Introduction}} page.
+
+ <Note:> This plugin requires Maven Site Plugin 2.1 or higher to work properly.