reordered index-path and site configuration near corresponding artifacts instead of top of the file

git-svn-id: https://svn.apache.org/repos/asf/maven/sandbox/trunk@1542616 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dist-tools/dist-tool-plugin/src/main/resources/dist-tool.conf b/dist-tools/dist-tool-plugin/src/main/resources/dist-tool.conf
index 5dfa579..72335d0 100644
--- a/dist-tools/dist-tool-plugin/src/main/resources/dist-tool.conf
+++ b/dist-tools/dist-tool-plugin/src/main/resources/dist-tool.conf
@@ -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-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 @@
 /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