You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2011/07/03 23:18:10 UTC

svn commit: r1142501 - /maven/pom/trunk/maven/src/site-docs/apt/index.apt

Author: hboutemy
Date: Sun Jul  3 21:18:09 2011
New Revision: 1142501

URL: http://svn.apache.org/viewvc?rev=1142501&view=rev
Log:
o added information about the team
o improved reporting profile information
o because of mistake reported in MPOM-13, Java 5 is required only since version 21

Modified:
    maven/pom/trunk/maven/src/site-docs/apt/index.apt

Modified: maven/pom/trunk/maven/src/site-docs/apt/index.apt
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site-docs/apt/index.apt?rev=1142501&r1=1142500&r2=1142501&view=diff
==============================================================================
--- maven/pom/trunk/maven/src/site-docs/apt/index.apt (original)
+++ maven/pom/trunk/maven/src/site-docs/apt/index.apt Sun Jul  3 21:18:09 2011
@@ -4,7 +4,7 @@
  Benson Margulies
  Hervé Boutemy
  -----
- 2011-06-28
+ 2011-07-03
  -----
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -34,20 +34,27 @@ Maven Project Parent POM
     pinning down version numbers of plugins; it does not 
     provide any dependencyManagement.
 
-    It provides <<<reporting>>> profile for rendering documentation during site generation:
+    This POM contains Maven developers information for the {{{./team-list.html}Project Team report}},
+    sorted by role and id.
+    See the LDAP extract for more accurate {{{http://people.apache.org/committers-by-project.html#maven}committers}}
+    and {{{http://people.apache.org/committers-by-project.html#maven-pmc}PMC members}} lists. 
 
-----
+The <<<reporting>>> Profile
+
+    This POM provides <<<reporting>>> profile for rendering documentation during site generation:
+
++---
 mvn -Preporting site
 mvn -Preporting site-deploy
-----
++---
 
-    As of version 20, it sets the Java source and target
-    versions to 1.5. Thus, as any plugin (or other component)
-    moved to version 20+ of this POM, it moves to 
-    requiring Java 1.5.
+    See {{{./plugins.html}Plugins report}} for a list of configured report plugins.
 
 History
 
+    As of version 21, this POM sets the Java source and target versions to 1.5. Thus, as any plugin (or other component)
+    moved to version 21+ of this POM, it moves to requiring Java 1.5.
+
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+