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 2015/09/14 19:36:48 UTC

svn commit: r1703006 - in /maven/pom/trunk/maven: pom.xml src/site-docs/apt/index.apt.vm

Author: hboutemy
Date: Mon Sep 14 17:36:48 2015
New Revision: 1703006

URL: http://svn.apache.org/r1703006
Log:
improved text

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

Modified: maven/pom/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/pom.xml?rev=1703006&r1=1703005&r2=1703006&view=diff
==============================================================================
--- maven/pom/trunk/maven/pom.xml (original)
+++ maven/pom/trunk/maven/pom.xml Mon Sep 14 17:36:48 2015
@@ -855,7 +855,7 @@ under the License.
   <build>
     <pluginManagement>
       <plugins>
-        <!-- The Maven universe targets Java 5 minimum -->
+        <!-- The Maven universe targets Java 5 minimum, with generics -->
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>

Modified: maven/pom/trunk/maven/src/site-docs/apt/index.apt.vm
URL: http://svn.apache.org/viewvc/maven/pom/trunk/maven/src/site-docs/apt/index.apt.vm?rev=1703006&r1=1703005&r2=1703006&view=diff
==============================================================================
--- maven/pom/trunk/maven/src/site-docs/apt/index.apt.vm (original)
+++ maven/pom/trunk/maven/src/site-docs/apt/index.apt.vm Mon Sep 14 17:36:48 2015
@@ -33,8 +33,8 @@ Maven Project Parent POM
     This POM is the common parent of all of the Maven components
     in the Apache Maven project. Most of its contents are
     pinning down version numbers of plugins. It does 
-    provide minimal dependencyManagement for <<<org.codehaus.plexus:plexus-component-annotations>>>
-    and <<<org.apache.maven.plugin-tools:maven-plugin-annotations>>>.
+    provide {{{./dependency-management.html}minimal dependencyManagement}} for
+    plexus-component and plugin-tools annotations.
 
     This POM contains Maven developers information for the {{{./team-list.html}Project Team report}},
     sorted by role and id.
@@ -58,13 +58,14 @@ The <<<jdk-toolchain>>> Profile
 
 Site Publication
 
-    This POM prepares site publication to svnpubsub. Every inheriting POM needs to define <<<maven.site.path>>> property
+    This POM prepares site publication to {{{/developers/website/index.html}Apache Maven's site svnpubsub}}.
+    Every inheriting POM needs to define <<<maven.site.path>>> property
     with relative path to <<<$\{project.artifactId}-LATEST>>> publication uri, and define <<<distributionManagement>>> to avoid
     automatic inheritance from parent:
 
 +-----+
   <properties>
-    <maven.site.path>xxx-archives/${project.artifactId}-LATEST</maven.site.path>
+    <maven.site.path>xxx-archives/artifactId-LATEST</maven.site.path>
   </properties>
   <distributionManagement>
     <site>