diff --git a/maven-site/src/site/apt/guides/mini/guide-maven-evangelism.apt b/maven-site/src/site/apt/guides/mini/guide-maven-evangelism.apt index 41825fbc6b..f1087c4aa7 100644 --- a/maven-site/src/site/apt/guides/mini/guide-maven-evangelism.apt +++ b/maven-site/src/site/apt/guides/mini/guide-maven-evangelism.apt @@ -20,6 +20,21 @@ Guide to add, improve or fix metadata in the ibiblio maven 2 repository Developers information + + The developer connection to the subversion pom repository is at + + <<<svn+ssh://[username]@svn.codehaus.org/home/projects/maven/scm/repository>>> + + It only contains m2 poms (manually added), and this poms will overwrite everything in the maven2 repo. + + If a pom doesn't exist or has just the basic information (eg. was autogenerated) patches can be applied. + If it has already information, dependencies,... a consensus has to be reached. NEVER will be changed + a pom with the <status> tag set to "verified". + + + +Information about the current configuration + The canonical repository is at <<<beaver.codehaus.org>>>, under <<</home/projects/maven>>> * repository-staging/to-ibiblio/maven - maven 1 repo @@ -52,11 +67,3 @@ Developers information * <<<repository-tools/repoclean>>> snapshot of the repoclean tool <<<https://svn.apache.org/repos/asf/maven/components/trunk/sandbox/repoclean>>> - - - - The developer connection to the subversion pom repository is at - - <<<svn+ssh://[username]@svn.codehaus.org/home/projects/maven/scm/repository>>> - - It only contains m2 poms (manually added), and this poms will overwrite everything in the maven2 repo.