You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2006/02/13 00:30:15 UTC

svn commit: r377273 [1/2] - in /maven/maven-1/plugins/trunk: ./ abbot/ announcement/ ant/ antlr/ artifact/ aspectj/ castor/ changelog/ changes/ checkstyle/ clean/ clover/ console/ cruisecontrol/ dashboard/ developer-activity/ dist/ ear/ eclipse/ ejb/ f...

Author: aheritier
Date: Sun Feb 12 15:30:07 2006
New Revision: 377273

URL: http://svn.apache.org/viewcvs?rev=377273&view=rev
Log:
Simplify POMS. Move environment dependent settings (sandbox or not) to the plugins-parent POM. It help us to move a plugin to/from the sandbox without to change its POM.

Modified:
    maven/maven-1/plugins/trunk/abbot/project.xml
    maven/maven-1/plugins/trunk/announcement/project.xml
    maven/maven-1/plugins/trunk/ant/project.xml
    maven/maven-1/plugins/trunk/antlr/project.xml
    maven/maven-1/plugins/trunk/artifact/project.xml
    maven/maven-1/plugins/trunk/aspectj/project.xml
    maven/maven-1/plugins/trunk/castor/project.xml
    maven/maven-1/plugins/trunk/changelog/project.xml
    maven/maven-1/plugins/trunk/changes/project.xml
    maven/maven-1/plugins/trunk/checkstyle/project.xml
    maven/maven-1/plugins/trunk/clean/project.xml
    maven/maven-1/plugins/trunk/clover/project.xml
    maven/maven-1/plugins/trunk/console/project.xml
    maven/maven-1/plugins/trunk/cruisecontrol/project.xml
    maven/maven-1/plugins/trunk/dashboard/project.xml
    maven/maven-1/plugins/trunk/developer-activity/project.xml
    maven/maven-1/plugins/trunk/dist/project.xml
    maven/maven-1/plugins/trunk/ear/project.xml
    maven/maven-1/plugins/trunk/eclipse/project.xml
    maven/maven-1/plugins/trunk/ejb/project.xml
    maven/maven-1/plugins/trunk/faq/project.xml
    maven/maven-1/plugins/trunk/file-activity/project.xml
    maven/maven-1/plugins/trunk/genapp/project.xml
    maven/maven-1/plugins/trunk/hibernate/project.xml
    maven/maven-1/plugins/trunk/html2xdoc/project.xml
    maven/maven-1/plugins/trunk/idea/project.xml
    maven/maven-1/plugins/trunk/j2ee/project.xml
    maven/maven-1/plugins/trunk/jalopy/project.xml
    maven/maven-1/plugins/trunk/jar/project.xml
    maven/maven-1/plugins/trunk/java/project.xml
    maven/maven-1/plugins/trunk/javacc/project.xml
    maven/maven-1/plugins/trunk/javadoc/project.xml
    maven/maven-1/plugins/trunk/jboss/project.xml
    maven/maven-1/plugins/trunk/jbuilder/project.xml
    maven/maven-1/plugins/trunk/jcoverage/project.xml
    maven/maven-1/plugins/trunk/jdepend/project.xml
    maven/maven-1/plugins/trunk/jdiff/project.xml
    maven/maven-1/plugins/trunk/jellydoc/project.xml
    maven/maven-1/plugins/trunk/jetty/project.xml
    maven/maven-1/plugins/trunk/jira/project.xml
    maven/maven-1/plugins/trunk/jnlp/project.xml
    maven/maven-1/plugins/trunk/junit-report/project.xml
    maven/maven-1/plugins/trunk/jxr/project.xml
    maven/maven-1/plugins/trunk/license/project.xml
    maven/maven-1/plugins/trunk/linkcheck/project.xml
    maven/maven-1/plugins/trunk/maven.xml
    maven/maven-1/plugins/trunk/multichanges/project.xml
    maven/maven-1/plugins/trunk/multiproject/project.xml
    maven/maven-1/plugins/trunk/native/project.xml
    maven/maven-1/plugins/trunk/nsis/project.xml
    maven/maven-1/plugins/trunk/pdf/project.xml
    maven/maven-1/plugins/trunk/plugin/project.xml
    maven/maven-1/plugins/trunk/plugins-parent/project.xml
    maven/maven-1/plugins/trunk/pmd/project.xml
    maven/maven-1/plugins/trunk/pom/project.xml
    maven/maven-1/plugins/trunk/rar/project.xml
    maven/maven-1/plugins/trunk/release/project.xml
    maven/maven-1/plugins/trunk/repository/project.xml
    maven/maven-1/plugins/trunk/scm/project.xml
    maven/maven-1/plugins/trunk/simian/project.xml
    maven/maven-1/plugins/trunk/site/project.xml
    maven/maven-1/plugins/trunk/tasklist/project.xml
    maven/maven-1/plugins/trunk/test/project.xml
    maven/maven-1/plugins/trunk/touchstone-partner/project.xml
    maven/maven-1/plugins/trunk/touchstone/project.xml
    maven/maven-1/plugins/trunk/uberjar/project.xml
    maven/maven-1/plugins/trunk/war/project.xml
    maven/maven-1/plugins/trunk/xdoc/project.xml

Modified: maven/maven-1/plugins/trunk/abbot/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/abbot/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/abbot/project.xml (original)
+++ maven/maven-1/plugins/trunk/abbot/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.2-SNAPSHOT</currentVersion>
   <description>Run Abbot tests</description>
   <shortDescription>Abbot Tests</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/abbot/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPABBOT</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/abbot/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/abbot/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/abbot/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/abbot/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/announcement/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/announcement/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/announcement/project.xml (original)
+++ maven/maven-1/plugins/trunk/announcement/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.4</currentVersion>
   <description>The Announcement plugin generates release announcements. It uses the information found in both the POM and in the changes.xml file to generate the announcement text.</description>
   <shortDescription>Produce release announcement</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/announcement/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPANNOUNCEMENT</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/announcement/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/announcement/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/announcement/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/announcement/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/ant/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ant/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ant/project.xml (original)
+++ maven/maven-1/plugins/trunk/ant/project.xml Sun Feb 12 15:30:07 2006
@@ -27,14 +27,6 @@
   <currentVersion>1.10-SNAPSHOT</currentVersion>
   <description>Generates ant build files from a maven project, so that plain ant users can build your project</description>
   <shortDescription>Generate Ant build file</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/ant/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPANT</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/ant/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/ant/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/ant/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/ant/</url>
-  </repository>
   <versions>
     <version>
       <id>1.5</id>

Modified: maven/maven-1/plugins/trunk/antlr/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/antlr/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/antlr/project.xml (original)
+++ maven/maven-1/plugins/trunk/antlr/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.2.2-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>Process Antlr grammars</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/antlr/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPANTLR</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/antlr/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/antlr/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/antlr/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/antlr/</url>
-  </repository>
   <versions>
     <version>
       <id>1.1</id>

Modified: maven/maven-1/plugins/trunk/artifact/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/artifact/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/artifact/project.xml (original)
+++ maven/maven-1/plugins/trunk/artifact/project.xml Sun Feb 12 15:30:07 2006
@@ -24,14 +24,6 @@
   <currentVersion>1.8-SNAPSHOT</currentVersion>
   <description>Tools to manage artifacts and deployment. *WARNING*: This version of the artifact-plugin requires Maven 1.1. People using Maven 1.0 should NOT use this version of the plugin.</description>
   <shortDescription>Tools to manage artifacts and deployment</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/artifact/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPARTIFACT</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/artifact/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/artifact/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/artifact/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/artifact/</url>
-  </repository>
   <versions>
     <version>
       <id>1.1</id>

Modified: maven/maven-1/plugins/trunk/aspectj/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/aspectj/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/aspectj/project.xml (original)
+++ maven/maven-1/plugins/trunk/aspectj/project.xml Sun Feb 12 15:30:07 2006
@@ -27,14 +27,6 @@
   <currentVersion>3.3-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>AspectJ Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/aspectj/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPASPECTJ</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/aspectj/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/aspectj/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/aspectj/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/aspectj/</url>
-  </repository>
   <versions>
     <version>
       <id>1.1</id>

Modified: maven/maven-1/plugins/trunk/castor/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/castor/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/castor/project.xml (original)
+++ maven/maven-1/plugins/trunk/castor/project.xml Sun Feb 12 15:30:07 2006
@@ -27,14 +27,6 @@
   <currentVersion>1.2</currentVersion>
   <description>Various goals for making development with Plexus easy.</description>
   <shortDescription>Plexus Tools</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/castor/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPCASTOR</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/castor/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/castor/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/castor/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/castor/</url>
-  </repository>
   <versions>
     <version>
       <id>1.1</id>

Modified: maven/maven-1/plugins/trunk/changelog/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/project.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.9</currentVersion>
   <description>The Changelog plugin generates reports about recent changes to the SCM repository.</description>
   <shortDescription>Produce SCM changelog reports.</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/changelog/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGELOG</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/changelog/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/changelog/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/changelog/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/changelog/</url>
-  </repository>
   <versions>
     <version>
       <id>1.4</id>

Modified: maven/maven-1/plugins/trunk/changes/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changes/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changes/project.xml (original)
+++ maven/maven-1/plugins/trunk/changes/project.xml Sun Feb 12 15:30:07 2006
@@ -24,14 +24,6 @@
   <name>Maven Changes Plugin</name>
   <currentVersion>1.6</currentVersion>
   <shortDescription>Produce changes report</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/changes/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPCHANGES</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/changes/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/changes/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/changes/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/changes/</url>
-  </repository>
   <versions>
     <version>
       <id>1.3</id>

Modified: maven/maven-1/plugins/trunk/checkstyle/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/checkstyle/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/checkstyle/project.xml (original)
+++ maven/maven-1/plugins/trunk/checkstyle/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>3.0.1-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>Produce Checkstyle report</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/checkstyle/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPCHECKSTYLE</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/checkstyle/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/checkstyle/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/checkstyle/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/checkstyle/</url>
-  </repository>
   <versions>
     <version>
       <id>1.1</id>

Modified: maven/maven-1/plugins/trunk/clean/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clean/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clean/project.xml (original)
+++ maven/maven-1/plugins/trunk/clean/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.4</currentVersion>
   <description/>
   <shortDescription>Clean plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/clean/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPCLEAN</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/clean/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/clean</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/clean/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/clean</url>
-  </repository>
   <versions>
     <version>
       <id>1.1</id>

Modified: maven/maven-1/plugins/trunk/clover/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/clover/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/clover/project.xml (original)
+++ maven/maven-1/plugins/trunk/clover/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.11</currentVersion>
   <description>The Clover plugin allows measuring test coverage using Clover (http://www.cenqua.com/clover).</description>
   <shortDescription>Produce Clover reports</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/clover/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPCLOVER</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/clover/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/clover/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/clover/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/clover/</url>
-  </repository>
   <versions>
     <version>
       <id>1.3</id>

Modified: maven/maven-1/plugins/trunk/console/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/console/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/console/project.xml (original)
+++ maven/maven-1/plugins/trunk/console/project.xml Sun Feb 12 15:30:07 2006
@@ -26,14 +26,6 @@
   <name>Maven Console Plugin</name>
   <currentVersion>1.2-SNAPSHOT</currentVersion>
   <shortDescription>Console for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/console/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPCONSOLE</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/console/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/console/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/console/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/console/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/cruisecontrol/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/cruisecontrol/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/cruisecontrol/project.xml (original)
+++ maven/maven-1/plugins/trunk/cruisecontrol/project.xml Sun Feb 12 15:30:07 2006
@@ -27,14 +27,6 @@
   <currentVersion>1.8-SNAPSHOT</currentVersion>
   <description>A plugin to work with Cruise Control. Plugin can generate a Cruise Control configuration from the POM, start the CruiseControl server, and when included as a report provide a link to the build results.</description>
   <shortDescription>Cruise Control Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/cruisecontrol/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPCRUISECONTROL</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/cruisecontrol/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/cruisecontrol/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/cruisecontrol/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/cruisecontrol/</url>
-  </repository>
   <versions>
     <version>
       <id>1.1</id>

Modified: maven/maven-1/plugins/trunk/dashboard/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dashboard/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dashboard/project.xml (original)
+++ maven/maven-1/plugins/trunk/dashboard/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.9</currentVersion>
   <description>Generate a dashboard containing global statistics about other maven reports</description>
   <shortDescription>Generate a statistic dashboard</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/dashboard/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPDASHBOARD</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/dashboard/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/dashboard/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/dashboard/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/dashboard/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/developer-activity/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/developer-activity/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/developer-activity/project.xml (original)
+++ maven/maven-1/plugins/trunk/developer-activity/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,7 @@
   <currentVersion>1.6</currentVersion>
   <description>This document provides a report of activity in terms of CVS commits and breaks it out by developer.</description>
   <shortDescription>Developer Activity report</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/developer-activity/</url>
   <issueTrackingUrl>http://jira.codehaus.org/browse/MPDEVACTIVITY</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/developer-activity/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/developer-activity</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/developer-activity/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/developer-activity</url>
-  </repository>
   <versions>
     <version>
       <id>1.4</id>

Modified: maven/maven-1/plugins/trunk/dist/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/dist/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dist/project.xml (original)
+++ maven/maven-1/plugins/trunk/dist/project.xml Sun Feb 12 15:30:07 2006
@@ -26,14 +26,6 @@
   <name>Maven Distribution Plugin</name>
   <currentVersion>1.7-SNAPSHOT</currentVersion>
   <shortDescription>Create source and binary distributions</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/dist/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPDIST</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/dist/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/dist</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/dist/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/dist</url>
-  </repository>
   <versions>
     <version>
       <id>1.4</id>

Modified: maven/maven-1/plugins/trunk/ear/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ear/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ear/project.xml (original)
+++ maven/maven-1/plugins/trunk/ear/project.xml Sun Feb 12 15:30:07 2006
@@ -27,14 +27,6 @@
   <currentVersion>1.8-SNAPSHOT</currentVersion>
   <description>Ear Plugin for Maven</description>
   <shortDescription>Ear Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/ear/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPEAR</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/ear/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/ear/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/ear/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/ear/</url>
-  </repository>
   <versions>
     <version>
       <id>1.2</id>

Modified: maven/maven-1/plugins/trunk/eclipse/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/eclipse/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/eclipse/project.xml (original)
+++ maven/maven-1/plugins/trunk/eclipse/project.xml Sun Feb 12 15:30:07 2006
@@ -26,14 +26,6 @@
   <currentVersion>1.11-SNAPSHOT</currentVersion>
   <description>A plugin to generate various files for the Eclipse IDE and ease the use of Maven within that environment.</description>
   <shortDescription>Eclipse Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/eclipse/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPECLIPSE</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/eclipse/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/eclipse/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/eclipse/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/eclipse/</url>
-  </repository>
   <versions>
     <version>
       <id>1.5</id>

Modified: maven/maven-1/plugins/trunk/ejb/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/ejb/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/ejb/project.xml (original)
+++ maven/maven-1/plugins/trunk/ejb/project.xml Sun Feb 12 15:30:07 2006
@@ -26,14 +26,6 @@
   <currentVersion>1.8-SNAPSHOT</currentVersion>
   <description>EJB Plugin for Maven</description>
   <shortDescription>EJB Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/ejb/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPEJB</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/ejb/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/ejb/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/ejb/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/ejb/</url>
-  </repository>
   <versions>
     <version>
       <id>1.3</id>

Modified: maven/maven-1/plugins/trunk/faq/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/faq/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/faq/project.xml (original)
+++ maven/maven-1/plugins/trunk/faq/project.xml Sun Feb 12 15:30:07 2006
@@ -26,14 +26,6 @@
   <gumpRepositoryId>jakarta</gumpRepositoryId>
   <description>Creates XDoc documentation from an FAQ XML document.</description>
   <shortDescription>FAQ Plugin</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/faq/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPFAQ</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/faq/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/faq</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/faq/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/faq</url>
-  </repository>
   <versions>
     <version>
       <id>1.2</id>

Modified: maven/maven-1/plugins/trunk/file-activity/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/file-activity/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/file-activity/project.xml (original)
+++ maven/maven-1/plugins/trunk/file-activity/project.xml Sun Feb 12 15:30:07 2006
@@ -26,14 +26,7 @@
   <gumpRepositoryId>jakarta</gumpRepositoryId>
   <description>This document provides a report of activity in terms of CVS commits and breaks it out by file.</description>
   <shortDescription>File activity Report</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/file-activity/</url>
   <issueTrackingUrl>http://jira.codehaus.org/browse/MPFILEACTIVITY</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/file-activity/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/file-activity</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/file-activity/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/file-activity</url>
-  </repository>
   <versions>
     <version>
       <id>1.4</id>

Modified: maven/maven-1/plugins/trunk/genapp/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/genapp/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/genapp/project.xml (original)
+++ maven/maven-1/plugins/trunk/genapp/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>2.3</currentVersion>
   <description>A collection of example projects showing how to use maven in different situations</description>
   <shortDescription>A collection of example projects</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/genapp/</url>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/genapp/</siteDirectory>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPGENAPP</issueTrackingUrl>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/genapp/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/genapp/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/genapp/</url>
-  </repository>
   <versions>
     <version>
       <id>2.1</id>

Modified: maven/maven-1/plugins/trunk/hibernate/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/hibernate/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/hibernate/project.xml (original)
+++ maven/maven-1/plugins/trunk/hibernate/project.xml Sun Feb 12 15:30:07 2006
@@ -25,13 +25,6 @@
   <currentVersion>1.4-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>Work with Hibernate classes</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/hibernate/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPHIBERNATE</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/hibernate/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf:maven/maven-1/plugins/trunk/hibernate/</connection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/hibernate/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/html2xdoc/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/html2xdoc/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/html2xdoc/project.xml (original)
+++ maven/maven-1/plugins/trunk/html2xdoc/project.xml Sun Feb 12 15:30:07 2006
@@ -26,14 +26,7 @@
   <gumpRepositoryId>jakarta</gumpRepositoryId>
   <description>Creates XDoc documentation from normal HTML documentation.</description>
   <shortDescription>HTML to xdoc transformer</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/html2xdoc/</url>
   <issueTrackingUrl>http://jira.codehaus.org/browse/MPHTMLXDOC</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/html2xdoc/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/html2xdoc/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/html2xdoc/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/html2xdoc/</url>
-  </repository>
   <versions>
     <version>
       <id>1.2</id>

Modified: maven/maven-1/plugins/trunk/idea/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/idea/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/idea/project.xml (original)
+++ maven/maven-1/plugins/trunk/idea/project.xml Sun Feb 12 15:30:07 2006
@@ -27,14 +27,6 @@
   <currentVersion>1.6</currentVersion>
   <shortDescription>IDEA Plugin for Maven</shortDescription>
   <description>IDEA Plugin for Maven.</description>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/idea/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPIDEA</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/idea/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/idea/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/idea/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/idea/</url>
-  </repository>
   <versions>
     <version>
       <id>1.3</id>

Modified: maven/maven-1/plugins/trunk/j2ee/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/j2ee/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/j2ee/project.xml (original)
+++ maven/maven-1/plugins/trunk/j2ee/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,7 @@
   <currentVersion>1.6-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>J2EE tools</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/j2ee/</url>
   <issueTrackingUrl>http://jira.codehaus.org/browse/MPJEE</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/j2ee/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/j2ee/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/j2ee/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/j2ee/</url>
-  </repository>
   <versions>
     <version>
       <id>1.4</id>

Modified: maven/maven-1/plugins/trunk/jalopy/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jalopy/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jalopy/project.xml (original)
+++ maven/maven-1/plugins/trunk/jalopy/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.4.1-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>Reformat java source</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/jalopy/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJALOPY</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/jalopy/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jalopy/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jalopy/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/jalopy/</url>
-  </repository>
   <versions>
     <version>
       <id>1.1</id>

Modified: maven/maven-1/plugins/trunk/jar/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jar/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jar/project.xml (original)
+++ maven/maven-1/plugins/trunk/jar/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.8-SNAPSHOT</currentVersion>
   <description>Plugin for creating JAR files.</description>
   <shortDescription>Create jar files</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/jar/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJAR</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/jar/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jar</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jar</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/jar/</url>
-  </repository>
   <versions>
     <version>
       <id>1.4</id>

Modified: maven/maven-1/plugins/trunk/java/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/java/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/java/project.xml (original)
+++ maven/maven-1/plugins/trunk/java/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.6-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>Compile java code</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/java/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJAVA</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/java/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/java</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/java/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/java</url>
-  </repository>
   <versions>
     <version>
       <id>1.3</id>

Modified: maven/maven-1/plugins/trunk/javacc/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javacc/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/javacc/project.xml (original)
+++ maven/maven-1/plugins/trunk/javacc/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.2</currentVersion>
   <description/>
   <shortDescription>Process javacc/jtree grammars</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/javacc/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJAVACC</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/javacc/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/javacc/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/javacc/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/javacc/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/javadoc/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/javadoc/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/javadoc/project.xml (original)
+++ maven/maven-1/plugins/trunk/javadoc/project.xml Sun Feb 12 15:30:07 2006
@@ -24,14 +24,6 @@
   <name>Maven Javadoc Plugin</name>
   <currentVersion>1.8</currentVersion>
   <shortDescription>Produce Javadocs and report</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/javadoc/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJAVADOC</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/javadoc/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/javadoc/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/javadoc/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/javadoc/</url>
-  </repository>
   <versions>
     <version>
       <id>1.3</id>

Modified: maven/maven-1/plugins/trunk/jboss/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jboss/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jboss/project.xml (original)
+++ maven/maven-1/plugins/trunk/jboss/project.xml Sun Feb 12 15:30:07 2006
@@ -27,14 +27,6 @@
   <currentVersion>1.6-SNAPSHOT</currentVersion>
   <description>Plugin for JBoss</description>
   <shortDescription>JBoss plugin</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/jboss/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJBOSS</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/jboss/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jboss/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jboss/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/jboss/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/jbuilder/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jbuilder/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jbuilder/project.xml (original)
+++ maven/maven-1/plugins/trunk/jbuilder/project.xml Sun Feb 12 15:30:07 2006
@@ -27,14 +27,6 @@
   <currentVersion>1.6-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>JBuilder Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/jbuilder/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJBUILDER</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/jbuilder/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jbuilder/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jbuilder/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/jbuilder/</url>
-  </repository>
   <versions>
     <version>
       <id>1.4</id>

Modified: maven/maven-1/plugins/trunk/jcoverage/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jcoverage/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jcoverage/project.xml (original)
+++ maven/maven-1/plugins/trunk/jcoverage/project.xml Sun Feb 12 15:30:07 2006
@@ -26,14 +26,6 @@
   <package>org.apache.maven.jcoveragereport</package>
   <description>This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool.</description>
   <shortDescription>This plugin provides coverage analysis of your source-code based on the open-source jcoverage tool.</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/jcoverage/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJCOVERAGE</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/jcoverage/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jcoverage/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jcoverage/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/jcoverage/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0.2</id>

Modified: maven/maven-1/plugins/trunk/jdepend/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdepend/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdepend/project.xml (original)
+++ maven/maven-1/plugins/trunk/jdepend/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.6.1-SNAPSHOT</currentVersion>
   <shortDescription>JDepend traverses Java class file directories and generates design quality metrics for each Java package.</shortDescription>
   <description>JDepend traverses Java class file directories and generates design quality metrics for each Java package. JDepend allows you to automatically measure the quality of a design in terms of its extensibility, reusability, and maintainability to manage package dependencies effectively.</description>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/jdepend/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJDEPEND</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/jdepend/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jdepend/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jdepend/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/jdepend/</url>
-  </repository>
   <versions>
     <version>
       <id>1.4</id>

Modified: maven/maven-1/plugins/trunk/jdiff/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdiff/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdiff/project.xml (original)
+++ maven/maven-1/plugins/trunk/jdiff/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.6-SNAPSHOT</currentVersion>
   <shortDescription>JDiff - Report the differences in the public API of two releases</shortDescription>
   <description>Plugin for JDiff - reports on the differences in the public API of two releases by comparing the sources of two SCM checkouts.</description>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/jdiff/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJDIFF</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/jdiff/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jdiff/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jdiff/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/jdiff/</url>
-  </repository>
   <versions>
     <version>
       <id>1.2</id>

Modified: maven/maven-1/plugins/trunk/jellydoc/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jellydoc/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jellydoc/project.xml (original)
+++ maven/maven-1/plugins/trunk/jellydoc/project.xml Sun Feb 12 15:30:07 2006
@@ -27,14 +27,6 @@
   <gumpRepositoryId>jakarta</gumpRepositoryId>
   <description>Creates a JavaDoc like report for any Jelly Tags used in a project.</description>
   <shortDescription>Javadoc stuff for Jelly tags</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/jellydoc/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJELLYDOC</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/jellydoc/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jellydoc/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jellydoc/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/jellydoc/</url>
-  </repository>
   <developers>
     <developer>
       <name>James Strachan</name>

Modified: maven/maven-1/plugins/trunk/jetty/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jetty/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jetty/project.xml (original)
+++ maven/maven-1/plugins/trunk/jetty/project.xml Sun Feb 12 15:30:07 2006
@@ -26,14 +26,6 @@
   <name>Maven Jetty Plugin</name>
   <currentVersion>1.2-SNAPSHOT</currentVersion>
   <shortDescription>Run Jetty</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/jetty/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJETTY</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/jetty/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jetty/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jetty/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/jetty/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/jira/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jira/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jira/project.xml (original)
+++ maven/maven-1/plugins/trunk/jira/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.3</currentVersion>
   <description>This plugin downloads issues from Jira and creates a report.</description>
   <shortDescription>Download issues from Jira</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/jira/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJIRA</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/jira/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jira/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jira/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/jira/</url>
-  </repository>
   <developers/>
   <contributors>
     <contributor>

Modified: maven/maven-1/plugins/trunk/jnlp/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jnlp/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jnlp/project.xml (original)
+++ maven/maven-1/plugins/trunk/jnlp/project.xml Sun Feb 12 15:30:07 2006
@@ -26,14 +26,6 @@
   <name>Maven JNLP Plugin</name>
   <currentVersion>1.5-SNAPSHOT</currentVersion>
   <shortDescription>JNLP Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/jnlp/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJNLP</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/jnlp/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jnlp/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jnlp/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/jnlp/</url>
-  </repository>
   <developers>
     <developer>
       <name>Emmanuel Venisse</name>

Modified: maven/maven-1/plugins/trunk/junit-report/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/junit-report/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/junit-report/project.xml (original)
+++ maven/maven-1/plugins/trunk/junit-report/project.xml Sun Feb 12 15:30:07 2006
@@ -27,14 +27,7 @@
   <currentVersion>1.5.1-SNAPSHOT</currentVersion>
   <description>Reports from JUnit tests.</description>
   <shortDescription>Reports from JUnit tests</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/junit-report/</url>
   <issueTrackingUrl>http://jira.codehaus.org/browse/MPJUNITREPORT</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/junit-report/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/junit-report/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/junit-report/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/junit-report/</url>
-  </repository>
   <versions>
     <version>
       <id>1.4</id>

Modified: maven/maven-1/plugins/trunk/jxr/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jxr/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jxr/project.xml (original)
+++ maven/maven-1/plugins/trunk/jxr/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.5-SNAPSHOT</currentVersion>
   <description>Create cross reference.</description>
   <shortDescription>Create cross reference</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/jxr/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPJXR</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/jxr/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jxr/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/jxr/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/jxr/</url>
-  </repository>
   <developers>
     <developer>
       <name>Emmanuel Venisse</name>

Modified: maven/maven-1/plugins/trunk/license/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/license/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/license/project.xml (original)
+++ maven/maven-1/plugins/trunk/license/project.xml Sun Feb 12 15:30:07 2006
@@ -27,14 +27,6 @@
   <currentVersion>1.2</currentVersion>
   <description/>
   <shortDescription>Create xml version of license</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/license/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPLICENSE</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/license/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/license/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/license/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/license/</url>
-  </repository>
   <versions>
     <version>
       <id>1.1</id>

Modified: maven/maven-1/plugins/trunk/linkcheck/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/linkcheck/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/linkcheck/project.xml (original)
+++ maven/maven-1/plugins/trunk/linkcheck/project.xml Sun Feb 12 15:30:07 2006
@@ -24,14 +24,6 @@
   <currentVersion>1.4-SNAPSHOT</currentVersion>
   <description>Check xdoc links. Requires Maven 1.0 RC2.</description>
   <shortDescription>Check xdoc links</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/linkcheck/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPLINKCHECK</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/linkcheck/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/linkcheck/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/linkcheck/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/linkcheck/</url>
-  </repository>
   <versions>
     <version>
       <id>1.2</id>

Modified: maven/maven-1/plugins/trunk/maven.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/maven.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/maven.xml (original)
+++ maven/maven-1/plugins/trunk/maven.xml Sun Feb 12 15:30:07 2006
@@ -26,9 +26,9 @@
     <maven:reactor basedir="${basedir}" includes="${maven.build.plugins.includes}" excludes="${maven.build.plugins.excludes}" goals="plugin:test" banner="Test" ignoreFailures="false"/>
   </goal>
   <goal name="plugins:site" description="Create the web site root for all plugins">
-    <maven:maven descriptor="${basedir}/plugins-site/project.xml" goals="plugins:site" ignoreFailures="false"/>/>
+    <maven:maven descriptor="${basedir}/plugins-site/project.xml" goals="plugins:site" ignoreFailures="false"/>
   </goal>
   <goal name="plugins:deploy-all-sites" description="Create and deploy the web site for all plugins">
-    <maven:maven descriptor="${basedir}/plugins-site/project.xml" goals="plugins:deploy-all-sites" ignoreFailures="false"/>/>
+    <maven:maven descriptor="${basedir}/plugins-site/project.xml" goals="plugins:deploy-all-sites" ignoreFailures="false"/>
   </goal>
 </project>

Modified: maven/maven-1/plugins/trunk/multichanges/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multichanges/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/multichanges/project.xml (original)
+++ maven/maven-1/plugins/trunk/multichanges/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.3-SNAPSHOT</currentVersion>
   <shortDescription>Produce release dashboard for subprojects.</shortDescription>
   <description>Produce release dashboard for subprojects.</description>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/multichanges/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPMULTICHANGES</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/multichanges/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/multichanges/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/multichanges/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/multichanges/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/multiproject/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/multiproject/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/multiproject/project.xml (original)
+++ maven/maven-1/plugins/trunk/multiproject/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.5-SNAPSHOT</currentVersion>
   <description>A plugin to handle the building of multiple projects within maven.</description>
   <shortDescription>Multi-Project Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/multiproject/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPMULTIPROJECT</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/multiproject/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/multiproject/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/multiproject/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/multiproject/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/native/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/native/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/native/project.xml (original)
+++ maven/maven-1/plugins/trunk/native/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.2</currentVersion>
   <description>Plugin for native compilation c,c++, fortran</description>
   <shortDescription>Native plugin</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/native/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPNATIVE</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/native/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/native/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/native/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/native/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/nsis/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/nsis/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/nsis/project.xml (original)
+++ maven/maven-1/plugins/trunk/nsis/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>2.0-SNAPSHOT</currentVersion>
   <description>A plugin to generate Win32 installer programs using NSIS</description>
   <shortDescription>NSIS Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/nsis/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPNSIS</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/nsis/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/nsis/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/nsis/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/nsis/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/pdf/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/project.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>2.5-SNAPSHOT</currentVersion>
   <description>PDF Documentation generator</description>
   <shortDescription>Generator of project documentation in PDF Format.</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/pdf/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPPDF</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/pdf/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/pdf/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/pdf/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/pdf/</url>
-  </repository>
   <versions>
     <version>
       <id>2.0</id>

Modified: maven/maven-1/plugins/trunk/plugin/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugin/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugin/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugin/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.7</currentVersion>
   <description>Maven Plugin management plugin.</description>
   <shortDescription>Maven Plugin plugin</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/plugin/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPPLUGIN</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/plugin/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/plugin/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/plugin/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/plugin/</url>
-  </repository>
   <versions>
     <version>
       <id>1.2</id>

Modified: maven/maven-1/plugins/trunk/plugins-parent/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/plugins-parent/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/plugins-parent/project.xml (original)
+++ maven/maven-1/plugins/trunk/plugins-parent/project.xml Sun Feb 12 15:30:07 2006
@@ -35,9 +35,10 @@
   <package>org.apache.maven</package>
   <logo>http://maven.apache.org/images/maven-logo-2.gif</logo>
 
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MAVEN</issueTrackingUrl>
+  <url>http://maven.apache.org/maven-1.x/reference/plugins/${pom.artifactId.substring(6,pom.artifactId.length()-7)}/</url>
+  <issueTrackingUrl>http://jira.codehaus.org/browse/MP${pom.artifactId.substring(6,pom.artifactId.length()-7).toUpperCase()}</issueTrackingUrl>
   <siteAddress>people.apache.org</siteAddress>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/</siteDirectory>
+  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/${pom.artifactId.substring(6,pom.artifactId.length()-7)}/</siteDirectory>
   <distributionSite>people.apache.org</distributionSite>
   <distributionDirectory>/www/www.apache.org/dist/java-repository/</distributionDirectory>
 
@@ -81,10 +82,11 @@
   </mailingLists>
 
   <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/${pom.artifactId.substring(6,pom.artifactId.length()-7)}/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/${pom.artifactId.substring(6,pom.artifactId.length()-7)}/</developerConnection>
+    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/${pom.artifactId.substring(6,pom.artifactId.length()-7)}/</url>
   </repository>
+
   
   <developers>
     <developer>

Modified: maven/maven-1/plugins/trunk/pmd/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pmd/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pmd/project.xml (original)
+++ maven/maven-1/plugins/trunk/pmd/project.xml Sun Feb 12 15:30:07 2006
@@ -26,14 +26,6 @@
   <currentVersion>1.8-SNAPSHOT</currentVersion>
   <description>The Maven PMD plugin is a plugin that wraps the PMD framework (http://pmd.sourceforge.net). PMD is a source checking framework that works by scanning Java source code and looks for potential problems like: unused local variables, empty catch blocks, unused parameters, empty 'if' statements, etc.</description>
   <shortDescription>Maven Plugin for PMD</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/pmd/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPPMD</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/pmd/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/pmd/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/pmd/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/pmd/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/pom/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pom/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pom/project.xml (original)
+++ maven/maven-1/plugins/trunk/pom/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.5</currentVersion>
   <description/>
   <shortDescription>Check Project Object Model</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/pom/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPPOM</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/pom/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/pom/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/pom/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/pom/</url>
-  </repository>
   <versions>
     <version>
       <id>1.3</id>

Modified: maven/maven-1/plugins/trunk/rar/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/rar/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/rar/project.xml (original)
+++ maven/maven-1/plugins/trunk/rar/project.xml Sun Feb 12 15:30:07 2006
@@ -27,14 +27,6 @@
   <currentVersion>1.1-SNAPSHOT</currentVersion>
   <description>Rar Plugin for Maven</description>
   <shortDescription>Rar Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/rar/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPRAR</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/rar/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/rar/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/rar/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/rar/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/release/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/release/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/release/project.xml (original)
+++ maven/maven-1/plugins/trunk/release/project.xml Sun Feb 12 15:30:07 2006
@@ -25,16 +25,6 @@
   <currentVersion>1.5-SNAPSHOT</currentVersion>
   <description>Produce project release</description>
   <shortDescription>Produce project release</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/release/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPRELEASE</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/release/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/release/</connection>
-    <developerConnection>
-      scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/release/
-    </developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/release/</url>
-  </repository>
   <developers>
     <developer>
       <name>Jason van Zyl</name>

Modified: maven/maven-1/plugins/trunk/repository/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/repository/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/repository/project.xml (original)
+++ maven/maven-1/plugins/trunk/repository/project.xml Sun Feb 12 15:30:07 2006
@@ -26,14 +26,7 @@
   <name>Maven Repository Plugin</name>
   <currentVersion>1.3-SNAPSHOT</currentVersion>
   <shortDescription>Tools to work with the central repo</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/repository/</url>
   <issueTrackingUrl>http://jira.codehaus.org/browse/MPREPO</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/repository/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/repository/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/repository/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/repository/</url>
-  </repository>
   <developers>
     <developer>
       <name>dIon Gillard</name>

Modified: maven/maven-1/plugins/trunk/scm/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/scm/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/scm/project.xml (original)
+++ maven/maven-1/plugins/trunk/scm/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.6-SNAPSHOT</currentVersion>
   <description>A plugin for SCM tasks, currently CVS.</description>
   <shortDescription>SCM Plugin for Maven.</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/scm/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPSCM</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/scm/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/scm/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/scm/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/scm/</url>
-  </repository>
   <versions>
     <version>
       <id>1.0</id>

Modified: maven/maven-1/plugins/trunk/simian/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/simian/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/simian/project.xml (original)
+++ maven/maven-1/plugins/trunk/simian/project.xml Sun Feb 12 15:30:07 2006
@@ -25,15 +25,7 @@
   <currentVersion>1.6</currentVersion>
   <description>Simian Plugin for Maven</description>
   <shortDescription>Simian Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/simian/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPSIMIAN</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/simian/</siteDirectory>
   <package>org.apache.maven.simian</package>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/simian/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/simian/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/simian/</url>
-  </repository>
   <versions>
     <version>
       <id>1.3</id>

Modified: maven/maven-1/plugins/trunk/site/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/site/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/site/project.xml (original)
+++ maven/maven-1/plugins/trunk/site/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.7-SNAPSHOT</currentVersion>
   <description>Generate web site.</description>
   <shortDescription>Generate web site</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/site/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPSITE</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/site/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/site/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/site/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/site/</url>
-  </repository>
   <developers>
     <developer>
       <name>Vincent Massol</name>

Modified: maven/maven-1/plugins/trunk/tasklist/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/tasklist/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/tasklist/project.xml (original)
+++ maven/maven-1/plugins/trunk/tasklist/project.xml Sun Feb 12 15:30:07 2006
@@ -27,14 +27,6 @@
   <currentVersion>2.5-SNAPSHOT</currentVersion>
   <description/>
   <shortDescription>Create xdoc from @TODO tags</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/tasklist/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPTASKLIST</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/tasklist/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/tasklist/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/tasklist/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/tasklist/</url>
-  </repository>
   <developers>
     <developer>
       <name>Pete Kazmier</name>

Modified: maven/maven-1/plugins/trunk/test/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/test/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/test/project.xml (original)
+++ maven/maven-1/plugins/trunk/test/project.xml Sun Feb 12 15:30:07 2006
@@ -25,14 +25,6 @@
   <currentVersion>1.8-SNAPSHOT</currentVersion>
   <description>Run JUnit tests.</description>
   <shortDescription>Run JUnit tests</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/test/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPTEST</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/test/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/test/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/test/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/test/</url>
-  </repository>
   <versions>
     <version>
       <id>1.5</id>

Modified: maven/maven-1/plugins/trunk/touchstone-partner/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/touchstone-partner/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/touchstone-partner/project.xml (original)
+++ maven/maven-1/plugins/trunk/touchstone-partner/project.xml Sun Feb 12 15:30:07 2006
@@ -27,13 +27,6 @@
   <currentVersion>1.1</currentVersion>
   <description/>
   <shortDescription>Testing sanity check project</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/touchstone-partner/</url>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/touchstone-partner/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/touchstone-partner</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/touchstone-partner</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/touchstone-partner/</url>
-  </repository>
   <developers/>
   <dependencies/>
   <versions>

Modified: maven/maven-1/plugins/trunk/touchstone/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/touchstone/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/touchstone/project.xml (original)
+++ maven/maven-1/plugins/trunk/touchstone/project.xml Sun Feb 12 15:30:07 2006
@@ -27,13 +27,6 @@
   <currentVersion>1.1</currentVersion>
   <description/>
   <shortDescription>Sanity Check test project</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/touchstone/</url>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/touchstone/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/touchstone</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/touchstone</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/touchstone</url>
-  </repository>
   <developers/>
   <dependencies/>
   <versions>

Modified: maven/maven-1/plugins/trunk/uberjar/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/uberjar/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/uberjar/project.xml (original)
+++ maven/maven-1/plugins/trunk/uberjar/project.xml Sun Feb 12 15:30:07 2006
@@ -23,7 +23,7 @@
   <extend>../plugins-parent/project.xml</extend>
   <!-- the version of maven's project object model -->
 
-  <pomVersion>3</pomVersion>
+  <pomVersion>3</pomVersion>  
   <!-- a unique name for this project -->
 
   <id>maven-uberjar-plugin</id>
@@ -37,16 +37,6 @@
   <!-- a short description of what the project does -->
 
   <shortDescription>Uberjar packages your project as well as its dependencies into a single jar file. In addition, bootstrap code is added that enables a main class to be invoked by simply typing: java -jar your.jar</shortDescription>
-  <!-- the project home page -->
-
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/uberjar/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPUBERJAR</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/uberjar/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/uberjar/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/uberjar/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/uberjar/</url>
-  </repository>
   <!-- any mailing lists for the project -->
 
   <versions>

Modified: maven/maven-1/plugins/trunk/war/project.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/war/project.xml?rev=377273&r1=377272&r2=377273&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/war/project.xml (original)
+++ maven/maven-1/plugins/trunk/war/project.xml Sun Feb 12 15:30:07 2006
@@ -27,14 +27,6 @@
   <currentVersion>1.6.2-SNAPSHOT</currentVersion>
   <description>War Plugin for Maven</description>
   <shortDescription>War Plugin for Maven</shortDescription>
-  <url>http://maven.apache.org/maven-1.x/reference/plugins/war/</url>
-  <issueTrackingUrl>http://jira.codehaus.org/browse/MPWAR</issueTrackingUrl>
-  <siteDirectory>/www/maven.apache.org/maven-1.x/reference/plugins/war/</siteDirectory>
-  <repository>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/war/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/war/</developerConnection>
-    <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/war/</url>
-  </repository>
   <versions>
     <version>
       <id>1.5</id>