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 2013/11/17 00:53:13 UTC

svn commit: r1542616 - /maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/main/resources/dist-tool.conf

Author: hboutemy
Date: Sat Nov 16 23:53:13 2013
New Revision: 1542616

URL: http://svn.apache.org/r1542616
Log:
reordered index-path and site configuration near corresponding artifacts instead of top of the file

Modified:
    maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/main/resources/dist-tool.conf

Modified: maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/main/resources/dist-tool.conf
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/main/resources/dist-tool.conf?rev=1542616&r1=1542615&r2=1542616&view=diff
==============================================================================
--- maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/main/resources/dist-tool.conf (original)
+++ maven/sandbox/trunk/dist-tools/dist-tool-plugin/src/main/resources/dist-tool.conf Sat Nov 16 23:53:13 2013
@@ -2,20 +2,18 @@
 ## /directory: groupId[:parent-pom artifactId] [src+bin] [index page url]
 ##   [*] artifactId [version restriction]
 ##         * = only check info in index page, but not dist nor site (for plugins provided by components, like archetype, release, ...)
+## artifactId index-path = /path/
+## artifactId site = site url
 
 dist-area = http://www.apache.org/dist/maven/
 
-apache index-path = /asf/
-apache site = http://maven.apache.org/pom/asf/
-apache-maven:2.0.11 site = http://maven.apache.org/ref/2.0.11/
-apache-maven:2.2.1 site = http://maven.apache.org/ref/2.2.1/
-maven-parent index-path = /maven/
-maven-parent site = http://maven.apache.org/pom/maven/
-maven-skins index-path = /skins/
-
 /_not_in_distribution_area_: org.apache.maven http://maven.apache.org/pom/
+  maven-parent index-path = /maven/
+  maven-parent site = http://maven.apache.org/pom/maven/
   maven-parent
 /_not_in_distribution_area_: org.apache http://maven.apache.org/pom/
+  apache index-path = /asf/
+  apache site = http://maven.apache.org/pom/asf/
   apache
 
 /ant-tasks: org.apache.maven src+bin
@@ -45,7 +43,9 @@ maven-skins index-path = /skins/
 /maven-1: content.not.checked
 
 /maven-2: org.apache.maven src+bin
+  apache-maven:2.0.11 site = http://maven.apache.org/ref/2.0.11/
   apache-maven [2.0,2.1.0-alpha-1)
+  apache-maven:2.2.1 site = http://maven.apache.org/ref/2.2.1/
   apache-maven [2.2,3.0-alpha-1)
 
 /maven-3: org.apache.maven src+bin
@@ -164,6 +164,7 @@ maven-skins index-path = /skins/
 /shared: org.apache.maven http://maven.apache.org/shared/
   maven-archiver
 
+maven-skins index-path = /skins/
 /skins: org.apache.maven.skins:maven-skins http://maven.apache.org/skins/
   maven-application-skin
   maven-classic-skin