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/14 01:36:56 UTC

svn commit: r377549 - in /maven/maven-1/core/trunk/xdocs: ./ developers/ project/ reference/ reference/ide/ start/ using/

Author: aheritier
Date: Mon Feb 13 16:36:53 2006
New Revision: 377549

URL: http://svn.apache.org/viewcvs?rev=377549&view=rev
Log:
Use full url to link to plugins pages (to fix linkcheck errors and to make easier their changes)

Modified:
    maven/maven-1/core/trunk/xdocs/developers/building-from-source.xml
    maven/maven-1/core/trunk/xdocs/faq.fml
    maven/maven-1/core/trunk/xdocs/project/index.xml
    maven/maven-1/core/trunk/xdocs/reference/ide/idea.xml
    maven/maven-1/core/trunk/xdocs/reference/ide/index.xml
    maven/maven-1/core/trunk/xdocs/reference/internal-repositories.xml
    maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml
    maven/maven-1/core/trunk/xdocs/reference/properties.xml
    maven/maven-1/core/trunk/xdocs/reference/sharing-plugins.xml
    maven/maven-1/core/trunk/xdocs/start/quick-start.xml
    maven/maven-1/core/trunk/xdocs/start/release-notes-LATEST.xml
    maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml
    maven/maven-1/core/trunk/xdocs/using/bestpractices.xml
    maven/maven-1/core/trunk/xdocs/using/customising.xml
    maven/maven-1/core/trunk/xdocs/using/developing-plugins.xml
    maven/maven-1/core/trunk/xdocs/using/jar.xml
    maven/maven-1/core/trunk/xdocs/using/multiproject.xml
    maven/maven-1/core/trunk/xdocs/using/releasing.xml
    maven/maven-1/core/trunk/xdocs/using/scm.xml
    maven/maven-1/core/trunk/xdocs/using/site.xml
    maven/maven-1/core/trunk/xdocs/using/tests.xml
    maven/maven-1/core/trunk/xdocs/using/war.xml

Modified: maven/maven-1/core/trunk/xdocs/developers/building-from-source.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/developers/building-from-source.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/developers/building-from-source.xml (original)
+++ maven/maven-1/core/trunk/xdocs/developers/building-from-source.xml Mon Feb 13 16:36:53 2006
@@ -183,7 +183,7 @@
         </p>
         <p>
           It is also possible to use the <code>multiproject</code> goals to do this from the <code>maven-plugins</code>
-          directory. For more information, refer to the <a href="../reference/plugins/">Maven Plugins project
+          directory. For more information, refer to the <a href="http://maven.apache.org/maven-1.x/reference/plugins/">Maven Plugins project
           documentation.</a>
         </p>
         <table>

Modified: maven/maven-1/core/trunk/xdocs/faq.fml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/faq.fml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/faq.fml (original)
+++ maven/maven-1/core/trunk/xdocs/faq.fml Mon Feb 13 16:36:53 2006
@@ -71,8 +71,8 @@
       <answer>
         <p>
           All Maven goals are provided by plugins. For example, the goals <code>jar</code> and <code>jar:install</code>
-          are provided by the <a href="reference/plugins/jar/index.html">jar plugin</a>. You can find a list of
-          plugins and there documentation <a href="reference/plugins/index.html">here</a>.
+          are provided by the <a href="http://maven.apache.org/maven-1.x/reference/plugins/jar/index.html">jar plugin</a>. You can find a list of
+          plugins and there documentation <a href="http://maven.apache.org/maven-1.x/reference/plugins/index.html">here</a>.
         </p>
       </answer>
     </faq>
@@ -263,7 +263,7 @@
       <question>How do I make my build complete even with broken tests?</question>
       <answer>
         <p>
-          See the <a href="reference/plugins/test/properties.html">Test Plugin Reference</a>.
+          See the <a href="http://maven.apache.org/maven-1.x/reference/plugins/test/properties.html">Test Plugin Reference</a>.
           Most notably, <code>maven.test.skip</code> and <code>maven.test.failure.ignore</code>.
           <b>Heed the warnings!</b>
         </p>
@@ -329,7 +329,7 @@
       <question>Maven takes a long time to load. Is there anyway to speed things up?</question>
       <answer>
         <p>You can use the
-        <a href="reference/plugins/console/">Console Plugin</a> to
+        <a href="http://maven.apache.org/maven-1.x/reference/plugins/console/">Console Plugin</a> to
         get an interactive shell that will let load Maven once and run as many
         goals as you want. On average machines it takes something like
         ten seconds to compile and run unit tests, so that you can build often
@@ -486,7 +486,7 @@
         <p>
         A list of plugins is maintained by the maven team 
         <a href='http://maven.apache.org/maven-1.x/reference/plugins/index.html'>here</a> but developers of third party
-        plugins are <a href='http://maven.apache.org/reference/sharing-plugins.html'>encouraged</a> to host
+        plugins are <a href='reference/sharing-plugins.html'>encouraged</a> to host
         the plugin themselves so you may also need to search the web.
         </p>
       </answer>
@@ -495,7 +495,7 @@
       <question>How Do I Install A Third Party Plugin?</question>
       <answer>
         <p>
-        See <a href='http://maven.apache.org/reference/sharing-plugins.html#Step_4__So_now_that_they_found_my_plugin__how_do_users_install_it_'>Sharing Plugins</a>
+        See <a href='reference/sharing-plugins.html#Step_4__So_now_that_they_found_my_plugin__how_do_users_install_it_'>Sharing Plugins</a>
         </p>
       </answer>
     </faq>
@@ -673,7 +673,7 @@
         <p>It is possible that the XML parser included with Maven is
         interfering with the XML parser included in Java 1.4. Please set
         the <code>${maven.junit.fork}</code>
-        <a href="reference/plugins/test/properties.html">property</a> to
+        <a href="http://maven.apache.org/maven-1.x/reference/plugins/test/properties.html">property</a> to
         <code>yes</code>.</p>
         <b>Note:</b> This may not be necessary under Maven 1.1 as it no longer includes
         an XML parser, using the one provided by the JDK by default.

Modified: maven/maven-1/core/trunk/xdocs/project/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/project/index.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/project/index.xml (original)
+++ maven/maven-1/core/trunk/xdocs/project/index.xml Mon Feb 13 16:36:53 2006
@@ -41,7 +41,7 @@
       </p>
       <ul>
         <li><a href="../index.html">Maven 1.x core</a> - The current incarnation of Maven</li>
-        <li><a href="../reference/plugins/index.html">Maven 1.x Plugins</a> -
+        <li><a href="http://maven.apache.org/maven-1.x/reference/plugins/index.html">Maven 1.x Plugins</a> -
           Plugin development for the current version of Maven</li>
         <li><a href="http://maven.apache.org">Maven 2</a> - the new generation of Maven</li>
         <li><a href="http://maven.apache.org/wagon/">Maven Wagon</a> - a common API for multiple transports, used to

Modified: maven/maven-1/core/trunk/xdocs/reference/ide/idea.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/ide/idea.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/ide/idea.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/ide/idea.xml Mon Feb 13 16:36:53 2006
@@ -82,7 +82,7 @@
             As above, but use <code>idea</code> (or <code>idea:multiproject</code>) as the parameters.
             Name this "Regenerate IntelliJ project". When run, it will regenerate all your IntelliJ projects, and
             IntelliJ will prompt you to reload your project. For more information, see the
-            <a href="../plugins/idea/">IntelliJ IDEA Plugin</a> documentation.
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/idea/">IntelliJ IDEA Plugin</a> documentation.
           </li>
           <li>
             As above, but use <code>$FileDir$</code> instead of <code>$ProjectFileDir$</code>. This is useful

Modified: maven/maven-1/core/trunk/xdocs/reference/ide/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/ide/index.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/ide/index.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/ide/index.xml Mon Feb 13 16:36:53 2006
@@ -50,8 +50,8 @@
         project descriptor. Please refer to the plugin documentation for your IDE:
       </p>
         <ul>
-          <li><a href="../plugins/idea/">IntelliJ IDEA</a></li>
-          <li><a href="../plugins/eclipse/">Eclipse</a></li>
+          <li><a href="http://maven.apache.org/maven-1.x/reference/plugins/idea/">IntelliJ IDEA</a></li>
+          <li><a href="http://maven.apache.org/maven-1.x/reference/plugins/eclipse/">Eclipse</a></li>
         </ul>
     </section>
   </body>

Modified: maven/maven-1/core/trunk/xdocs/reference/internal-repositories.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/internal-repositories.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/internal-repositories.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/internal-repositories.xml Mon Feb 13 16:36:53 2006
@@ -99,7 +99,7 @@
           <code>war:deploy</code> and so on.
         </p>
         <p>
-          For more information, please refer to the <a href="plugins/artifact/">Artifact Plugin Reference</a>
+          For more information, please refer to the <a href="http://maven.apache.org/maven-1.x/reference/plugins/artifact/">Artifact Plugin Reference</a>
           and the section on <a href="../using/releasing.html">Making Releases</a>.
         </p>
       </subsection>

Modified: maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/project-descriptor.xml Mon Feb 13 16:36:53 2006
@@ -207,8 +207,8 @@
             </td>
             <td>
             The short name of the project.  This value is used when naming 
-            <a href="plugins/java/index.html">jars</a> and
-            <a href="plugins/dist/index.html">distribution files</a>.
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/java/index.html">jars</a> and
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/dist/index.html">distribution files</a>.
           </td>
           </tr>
           <tr>
@@ -228,8 +228,8 @@
             <td>
             The short name of the project.  This value is used in conjunction
             with <code>groupId</code>
-            when naming <a href="plugins/java/index.html">jars</a> and 
-            <a href="plugins/dist/index.html">distribution files</a>.
+            when naming <a href="http://maven.apache.org/maven-1.x/reference/plugins/java/index.html">jars</a> and 
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/dist/index.html">distribution files</a>.
           </td>
           </tr>
           <tr>
@@ -238,7 +238,7 @@
             </td>
             <td>
             The full name of the project.  This value is used when
-            generating <a href="plugins/javadoc/index.html">JavaDoc</a>
+            generating <a href="http://maven.apache.org/maven-1.x/reference/plugins/javadoc/index.html">JavaDoc</a>
             titles.
           </td>
           </tr>
@@ -248,8 +248,8 @@
             </td>
             <td>
             The current version of the project.  This value is used when
-            naming <a href="plugins/java/index.html">jars</a> and 
-            <a href="plugins/dist/index.html">distribution files</a>.
+            naming <a href="http://maven.apache.org/maven-1.x/reference/plugins/java/index.html">jars</a> and 
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/dist/index.html">distribution files</a>.
           </td>
           </tr>
           <tr>
@@ -268,7 +268,7 @@
             <td>
             Optional. A detailed description of the project. 
             This description is used as the default to generate the
-            <a href="plugins/site/index.html">Mailing Lists</a>
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/site/index.html">Mailing Lists</a>
             of the project's
             web site, and is shown when <code>maven --usage</code> is called on 
             the project. While this element can be specified as CDATA to enable 
@@ -312,7 +312,7 @@
             <td>
             The year of the project's inception specified with 4 digits.
             This value is used when generating 
-            <a href="plugins/javadoc/index.html">JavaDoc</a> copyright notices.
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/javadoc/index.html">JavaDoc</a> copyright notices.
           </td>
           </tr>
           <tr>
@@ -332,7 +332,7 @@
             <td>
             Optional. The hostname of the web server that hosts the project's web
             site.  This is used when the web site is 
-            <a href="plugins/site/index.html">deployed</a>.
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/site/index.html">deployed</a>.
           </td>
           </tr>
           <tr>
@@ -342,7 +342,7 @@
             <td>
             Optional. The directory on the web server where the public web site
             for this project resides.  This is used when the web site is 
-            <a href="plugins/site/index.html">deployed</a>.
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/site/index.html">deployed</a>.
           </td>
           </tr>
           <tr>
@@ -353,7 +353,7 @@
             Optional. The server server where the final
             distributions will be published.  This is used when the
             distributions are
-            <a href="plugins/dist/index.html">deployed</a>.
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/dist/index.html">deployed</a>.
             <p>
               If this isn't defined, the central repository is used instead as
               determined by <code>maven.repo.central</code> and 
@@ -369,7 +369,7 @@
             Optional. The directory on the web server where the final
             distributions will be published.  This is used when the
             distributions are
-            <a href="plugins/dist/index.html">deployed</a>.
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/dist/index.html">deployed</a>.
           </td>
           </tr>
           <tr>
@@ -378,7 +378,7 @@
             </td>
             <td>
             Contains information about a project's mailing lists.  This
-            is used to generate the <a href="plugins/site/index.html">front
+            is used to generate the <a href="http://maven.apache.org/maven-1.x/reference/plugins/site/index.html">front
             page</a> of the site's web site.
           </td>
           </tr>
@@ -388,7 +388,7 @@
             </td>
             <td>
             Describes the committers to a project.  This is used to
-            generate the <a href="plugins/site/index.html">Project Team</a>
+            generate the <a href="http://maven.apache.org/maven-1.x/reference/plugins/site/index.html">Project Team</a>
             page of the project's web site.
           </td>
           </tr>
@@ -398,7 +398,7 @@
             </td>
             <td>
             Describes the contributors to a project.  This is used to generate
-            the <a href="plugins/site/index.html">Project Team</a> page of
+            the <a href="http://maven.apache.org/maven-1.x/reference/plugins/site/index.html">Project Team</a> page of
             the project's web site.
           </td>
           </tr>
@@ -422,7 +422,7 @@
             <td>
             Optional. Contains information on previous versions of the
             project. This information is used when invoking the 
-            <a href="plugins/dist/index.html"><code>maven:dist</code></a>
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/dist/index.html"><code>maven:dist</code></a>
             target.
           </td>
           </tr>
@@ -433,7 +433,7 @@
             <td>
             Optional. Contains information on branches of the
             project. This information is used when invoking the 
-            <a href="plugins/dist/index.html"><code>maven:dist</code></a>
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/dist/index.html"><code>maven:dist</code></a>
             target.
           </td>
           </tr>
@@ -481,7 +481,7 @@
             </td>
             <td>
             The Java package name of the project.  This value is used
-            when generating <a href="plugins/javadoc/index.html">JavaDoc</a>.
+            when generating <a href="http://maven.apache.org/maven-1.x/reference/plugins/javadoc/index.html">JavaDoc</a>.
           </td>
           </tr>
           <tr>
@@ -769,7 +769,7 @@
       <subsection name="license">
         <p>
         Describes the licenses for this project.  This is used to generate
-        the <a href="plugins/site/index.html">License</a> page of
+        the <a href="http://maven.apache.org/maven-1.x/reference/plugins/site/index.html">License</a> page of
         the project's web site. Typically the licenses listed for the project
         are that of the project itself, and not of dependencies.
       </p>
@@ -854,7 +854,7 @@
             <td>
             A unique identifier for a version.  This ID is
             used to specify the version that
-            <a href="plugins/dist/index.html">
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/dist/index.html">
               <code>maven:dist</code>
             </a> builds.
           </td>
@@ -866,7 +866,7 @@
         <p>
        Optional. Contains information on branches of the project. This  
        information is used when invoking the 
-       <a href="plugins/dist/index.html"><code>maven:dist</code></a> target.
+       <a href="http://maven.apache.org/maven-1.x/reference/plugins/dist/index.html"><code>maven:dist</code></a> target.
       </p>
         <table>
           <tr>
@@ -925,7 +925,7 @@
             <p>
               Optional.  The source configuration management system URL
               that describes the repository and how to connect to the
-              repository.  This is used by Maven when <a href="plugins/dist/index.html">building versions</a>
+              repository.  This is used by Maven when <a href="http://maven.apache.org/maven-1.x/reference/plugins/dist/index.html">building versions</a>
               from specific ID.
             </p>
             <p>
@@ -1073,7 +1073,7 @@
             for this project can be sent. This is intended for use by tools
             which do unattended builds, for example those providing for
             continuous integration. Currently this is used by the
-            <a href="plugins/gump/">gump plugin</a>
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/gump/">gump plugin</a>
             target.
           </td>
           </tr>
@@ -1109,7 +1109,7 @@
              sources of the project.  The generated build system will    
              compile the Aspects in this directory when the project is    
              built if Aspects have been enabled (see the    
-             <a href="plugins/aspectj/goals.html">Aspectj goals</a>
+             <a href="http://maven.apache.org/maven-1.x/reference/plugins/aspectj/goals.html">Aspectj goals</a>
              document).
              The path given is relative to the project descriptor.    
            </td>
@@ -1386,7 +1386,7 @@
             <td>
             Properties about the dependency. Various plugins allow you to 
             <code>mark</code> dependencies with properties. For example the 
-            <a href="plugins/war/index.html">war</a> plugin looks for a
+            <a href="http://maven.apache.org/maven-1.x/reference/plugins/war/index.html">war</a> plugin looks for a
             <code>war.bundle</code> property, and if found will include the 
             dependency in <code>WEB-INF/lib</code>. For example syntax, check 
             the war plugin docs.

Modified: maven/maven-1/core/trunk/xdocs/reference/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/properties.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/properties.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/properties.xml Mon Feb 13 16:36:53 2006
@@ -364,7 +364,7 @@
       <subsection name="Deployment Properties">
         <p>
           <b>DEPRECATED</b>: The following have all been deprecated in favour of using the relevant elements in the
-          POM, and the properties of the <a href="plugins/artifact/">artifact plugin</a>.
+          POM, and the properties of the <a href="http://maven.apache.org/maven-1.x/reference/plugins/artifact/">artifact plugin</a>.
         </p>
         <table>
           <tr>
@@ -429,7 +429,7 @@
     <section name="Built-in Plugin Properties">
       <p>
         Each plugin has a set of built in properties. For a reference of these properties, you can find a
-        "Properties" link in the left hand navigation of the <a href="plugins/">plugin documentation</a> of
+        "Properties" link in the left hand navigation of the <a href="http://maven.apache.org/maven-1.x/reference/plugins/">plugin documentation</a> of
         each individual plugin. 
       </p>
     </section>

Modified: maven/maven-1/core/trunk/xdocs/reference/sharing-plugins.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/sharing-plugins.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/sharing-plugins.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/sharing-plugins.xml Mon Feb 13 16:36:53 2006
@@ -125,7 +125,7 @@
             </li>
             <li>
               Combine the advice of the two parts to make your own effective announcement. You may like to use
-              the <a href="plugins/announcement/">Announcement Plugin</a> to generate and perhaps
+              the <a href="http://maven.apache.org/maven-1.x/reference/plugins/announcement/">Announcement Plugin</a> to generate and perhaps
               mail the announcement.
             </li>
             <li>Make sure you've subscribed to the <code>maven-user</code> mailing list.</li>

Modified: maven/maven-1/core/trunk/xdocs/start/quick-start.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/start/quick-start.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/start/quick-start.xml (original)
+++ maven/maven-1/core/trunk/xdocs/start/quick-start.xml Mon Feb 13 16:36:53 2006
@@ -111,7 +111,7 @@
           </ul>
         <p>
           For more information on the JAR plugin, including references for goals and properties,
-          see the <a href="../reference/plugins/jar/">jar plugin documentation</a>.
+          see the <a href="http://maven.apache.org/maven-1.x/reference/plugins/jar/">jar plugin documentation</a>.
         </p>
         <p>
           The individual goals that make up the JAR goal can also be called individually, for example:
@@ -139,7 +139,7 @@
         </p>
         <p>
           As for any plugin, more information on the <code>site</code> goals can be 
-          seen in the <a href="../reference/plugins/site/">site plugin documentation</a>.
+          seen in the <a href="http://maven.apache.org/maven-1.x/reference/plugins/site/">site plugin documentation</a>.
           In addition to a goal and property reference, some plugins also have their own set
           of FAQs and examples.
         </p>
@@ -149,7 +149,7 @@
         <source><![CDATA[maven clean]]></source>
         <p>
           While the standard goals suffice for most day to day usage of Maven, there are plenty of
-          <a href="../reference/plugins/">other plugins</a> to use. The next section will explain
+          <a href="http://maven.apache.org/maven-1.x/reference/plugins/">other plugins</a> to use. The next section will explain
           how to get specific help building a project.
         </p>
         <p>

Modified: maven/maven-1/core/trunk/xdocs/start/release-notes-LATEST.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/start/release-notes-LATEST.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/start/release-notes-LATEST.xml (original)
+++ maven/maven-1/core/trunk/xdocs/start/release-notes-LATEST.xml Mon Feb 13 16:36:53 2006
@@ -53,7 +53,7 @@
 <li>[<a href='http://jira.codehaus.org/browse/MAVEN-1518'>MAVEN-1518</a>] - Wrong behaviour for non existing overwritten dependency</li>
 </ul>
 <p>
-Please note that each plugin has its own changes report - please refer to the <a href="../reference/plugins/">plugins site</a> to see the plugin you are interested in.
+Please note that each plugin has its own changes report - please refer to the <a href="http://maven.apache.org/maven-1.x/reference/plugins/">plugins site</a> to see the plugin you are interested in.
 </p>
 <p>
 We hope you enjoy using Maven! If you have any questions, please consult:

Modified: maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml (original)
+++ maven/maven-1/core/trunk/xdocs/start/ten-minute-test.xml Mon Feb 13 16:36:53 2006
@@ -52,7 +52,7 @@
         <source>mkdir sample-echo
 cd sample-echo</source>
         <p>
-          From here, you <i>could</i> use the <a href="../reference/plugins/genapp/">genapp</a> plugin
+          From here, you <i>could</i> use the <a href="http://maven.apache.org/maven-1.x/reference/plugins/genapp/">genapp</a> plugin
           to generate a skeleton project for you. However, here we will start from scratch so that each element can be
           explained.
         </p>
@@ -234,13 +234,13 @@
         <p>
           There are a great number of customisation properties available, each relating to individual plugins
           and some for Maven itself. For example, the above properties are defined for the
-          <a href="../reference/plugins/java/properties.html">Java plugin</a> which provides the
+          <a href="http://maven.apache.org/maven-1.x/reference/plugins/java/properties.html">Java plugin</a> which provides the
           <code>java:compile</code> goal.
         </p>
         <p>
           You can usually find a reference of the properties that will customise a plugin in each respective
           plugin's documentation. A list of plugins can be found in the
-          <a href="../reference/plugins/index.html">Plugins Reference</a>, which is also linked in the navigation
+          <a href="http://maven.apache.org/maven-1.x/reference/plugins/index.html">Plugins Reference</a>, which is also linked in the navigation
           of this site.
         </p>
         <p>
@@ -324,7 +324,7 @@
       </ul>
       <p>
         As previously mentioned, you can also find more help on using a particular plugin in each plugin's
-        documentation mini-site, which are listed in the <a href="../reference/plugins/index.html">Plugins
+        documentation mini-site, which are listed in the <a href="http://maven.apache.org/maven-1.x/reference/plugins/index.html">Plugins
         Reference</a>. There is also a <a href="../reference/index.html">Reference area</a> for more general
         Maven documentation.
       </p>

Modified: maven/maven-1/core/trunk/xdocs/using/bestpractices.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/bestpractices.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/bestpractices.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/bestpractices.xml Mon Feb 13 16:36:53 2006
@@ -196,7 +196,7 @@
           When committing a change, you should edit and commit
           <code>xdocs/changes.xml</code> (create it if it does not
           exist) and describe the change according to the format given in the
-          <a href="../reference/plugins/changes/">changes plugin</a>.
+          <a href="http://maven.apache.org/maven-1.x/reference/plugins/changes/">changes plugin</a>.
         </p>
         <p>
           <b>Note:</b> In the future, Maven should be able to integrate tightly with your issue tracking system to

Modified: maven/maven-1/core/trunk/xdocs/using/customising.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/customising.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/customising.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/customising.xml Mon Feb 13 16:36:53 2006
@@ -50,7 +50,7 @@
         </p>
         <p>
           For example, if you are looking to change the way java sources are compiled, you can see the reference for the
-          <a href="../reference/plugins/java/properties.html">Java plugin properties</a>. This allows you to set
+          <a href="http://maven.apache.org/maven-1.x/reference/plugins/java/properties.html">Java plugin properties</a>. This allows you to set
           properties such as the <code>-target</code> setting, and whether to see deprecations. These can be added to
           <code>project.properties</code> for all builders of your project:
         </p>
@@ -58,7 +58,7 @@
 maven.compile.deprecation=on</source>
         <p>
           While several of the most helpful properties are explained in the guides on this site, there is
-          a full list of plugins available on the <a href="../reference/plugins/">Plugins Reference</a> mini-site.
+          a full list of plugins available on the <a href="http://maven.apache.org/maven-1.x/reference/plugins/">Plugins Reference</a> mini-site.
           From there, you can navigate to the plugin you are interested in (which matches the first part of the goal
           name you are calling and wanting to configure), and on to its list of available properties.
         </p>

Modified: maven/maven-1/core/trunk/xdocs/using/developing-plugins.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/developing-plugins.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/developing-plugins.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/developing-plugins.xml Mon Feb 13 16:36:53 2006
@@ -30,7 +30,7 @@
     <section name="Developing Plugins">
       <p>
         Adding functionality to Maven is done through the Maven plugin
-        mechanism.  Maven comes shipped with <a href="../reference/plugins/">numerous plugins</a>,
+        mechanism.  Maven comes shipped with <a href="http://maven.apache.org/maven-1.x/reference/plugins/">numerous plugins</a>,
         and there are several <a href="../reference/3rdparty.html">3rd party plugins</a>.
         Plugins can be used to do virtually any task desired.  For example, they
         can generate reports, create and deploy software distributions,
@@ -222,7 +222,7 @@
           This design can create 2 problems when you write your own plugin :
         </p>
         <ol>
-          <li>You won't be able to use your own version of a dependency. If this one is already loaded by maven or one of its plugins in a different version you'll automatically use it. To avoid having this sort of problem, you are invited to use in priority the libraries versions already used <a href="../dependencies.html">by maven</a> or <a href="../reference/plugins/dependency-convergence-report.html">by the bundled plugins</a>.</li>
+          <li>You won't be able to use your own version of a dependency. If this one is already loaded by maven or one of its plugins in a different version you'll automatically use it. To avoid having this sort of problem, you are invited to use in priority the libraries versions already used <a href="../dependencies.html">by maven</a> or <a href="http://maven.apache.org/maven-1.x/reference/plugins/dependency-convergence-report.html">by the bundled plugins</a>.</li>
           <li>
             <p>
               If you try to use an Ant task which requires another dependency, the ant task doesn't find it even though you defined it correctly in your plugin's pom. This due to the fact that ant is loaded in the classloader "root" and your dependencies are visible in the classloader "root.maven". To solves this, you must specify to maven to load this dependency in the root classloader with :

Modified: maven/maven-1/core/trunk/xdocs/using/jar.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/jar.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/jar.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/jar.xml Mon Feb 13 16:36:53 2006
@@ -53,7 +53,7 @@
       </p>
       <p>
         For more information on the specifics of the JAR, please consult the
-        <a href="../reference/plugins/jar/index.html">JAR plugin documentation</a>. Goals in Maven will have their
+        <a href="http://maven.apache.org/maven-1.x/reference/plugins/jar/index.html">JAR plugin documentation</a>. Goals in Maven will have their
         documentation listed under their respective plugins in that documentation reference.
       </p>
       <p>

Modified: maven/maven-1/core/trunk/xdocs/using/multiproject.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/multiproject.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/multiproject.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/multiproject.xml Mon Feb 13 16:36:53 2006
@@ -93,7 +93,7 @@
         </p>
         <p>
           The behaviour of this goal and all others can be easily customised. For more information, see the
-          <a href="../reference/plugins/multiproject/">Multiproject plugin reference</a>.
+          <a href="http://maven.apache.org/maven-1.x/reference/plugins/multiproject/">Multiproject plugin reference</a>.
         </p>
         <p>
           Finally, you may wish to run some other goal(s) over the set of projects. To do this, run the following goal:

Modified: maven/maven-1/core/trunk/xdocs/using/releasing.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/releasing.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/releasing.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/releasing.xml Mon Feb 13 16:36:53 2006
@@ -52,10 +52,10 @@
         </p>
         <p>
           Distributions as binary and source archives are supported by the
-          <a href="../reference/plugins/dist/">distribution plugin</a>.
+          <a href="http://maven.apache.org/maven-1.x/reference/plugins/dist/">distribution plugin</a>.
           For installers, currently, Maven only supports the NSIS installer on Windows.
           See the
-          <a href="../reference/plugins/nsis/">NSIS plugin</a> for information.
+          <a href="http://maven.apache.org/maven-1.x/reference/plugins/nsis/">NSIS plugin</a> for information.
           In both cases, some configuration will be necessary. You may have to add extra scripting to get the
           release just as you want it.
         </p>
@@ -99,7 +99,7 @@
         <p>
           Currently, the only automated release mechanism in Maven for cutting releases is provided by the SCM plugin.
           Please refer to the documentation on
-          <a href="../reference/plugins/scm/releasing.html">Making Releases from SCM</a>.
+          <a href="http://maven.apache.org/maven-1.x/reference/plugins/scm/releasing.html">Making Releases from SCM</a>.
         </p>
         <p>
           The SCM plugin cuts a release in two steps:
@@ -172,7 +172,7 @@
         </p>
         <p>
           If you are maintaining a change record, you can use the
-          <a href="../reference/plugins/announcement/">Announcement plugin</a> to generate a plain text announcement
+          <a href="http://maven.apache.org/maven-1.x/reference/plugins/announcement/">Announcement plugin</a> to generate a plain text announcement
           "release notes" style announcement and have it mailed to an announcement or other mailing list.
         </p>
       </subsection>

Modified: maven/maven-1/core/trunk/xdocs/using/scm.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/scm.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/scm.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/scm.xml Mon Feb 13 16:36:53 2006
@@ -50,7 +50,7 @@
       <p>
         Configuration is extremely simple - in most cases, you need only specify the <code>&lt;connection/&gt;</code>
         string in the <code>&lt;repository/&gt;</code> element of your POM. Specifics about this connection string
-        can be found in the <a href="../reference/plugins/scm/scmurl.html">SCM plugin documentation</a>.
+        can be found in the <a href="http://maven.apache.org/maven-1.x/reference/plugins/scm/scmurl.html">SCM plugin documentation</a>.
       </p>
       <subsection name="Performing Common Tasks">
         <p>
@@ -62,7 +62,7 @@
         </p>
         <p>
           For more information about common tasks and SCM based releases, see the
-          <a href="../reference/plugins/scm/index.html">SCM Plugin Documentation</a>. This contains a complete guide to 
+          <a href="http://maven.apache.org/maven-1.x/reference/plugins/scm/index.html">SCM Plugin Documentation</a>. This contains a complete guide to 
           the <code>scm:</code> goals and related properties.
         </p>
         <p>
@@ -73,9 +73,9 @@
       <subsection name="Generating Reports">
         <p>
           Maven provides three different reports on SCM usage that can be included in your project site.
-          These are provided by the <a href="../reference/plugins/changelog/index.html">Change Log</a>,
-          <a href="../reference/plugins/file-activity/index.html">File Activity</a> and
-          <a href="../reference/plugins/developer-activity/index.html">Developer Activity</a> plugins.
+          These are provided by the <a href="http://maven.apache.org/maven-1.x/reference/plugins/changelog/index.html">Change Log</a>,
+          <a href="http://maven.apache.org/maven-1.x/reference/plugins/file-activity/index.html">File Activity</a> and
+          <a href="http://maven.apache.org/maven-1.x/reference/plugins/developer-activity/index.html">Developer Activity</a> plugins.
         </p>
         <p>
           These are included in your project site by default, however if you would like to explicitly select them

Modified: maven/maven-1/core/trunk/xdocs/using/site.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/site.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/site.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/site.xml Mon Feb 13 16:36:53 2006
@@ -155,7 +155,7 @@
         The following sections give some details on specific customisations you might want to make to the generated site.
       </p>
       <p>
-        For more information on customising the generated site, see the <a href="../reference/plugins/xdoc/">XDoc plugin reference</a>.
+        For more information on customising the generated site, see the <a href="http://maven.apache.org/maven-1.x/reference/plugins/xdoc/">XDoc plugin reference</a>.
       </p>
       <subsection name="Creating Your Own Index Page">
         <p>
@@ -182,14 +182,14 @@
         <p>
           Firstly, you can select different skins. Currently Maven comes with two skins - the current default and the
           "classic" skin that appeared in Maven 1.0 Beta 10 and earlier. Selection of the skin (and the colours used if
-          using the classic skin) is done through <a href="../reference/plugins/xdoc/properties.html">properties</a>
+          using the classic skin) is done through <a href="http://maven.apache.org/maven-1.x/reference/plugins/xdoc/properties.html">properties</a>
           given to the XDoc plugin.
         </p>
         <p>
           The other alternative is to provide your own CSS. The Maven site is generated in XHTML and the layout defined
           by CSS. The best alternative is to take the existing stylesheet and modify it according to your tastes.
           To specify the alternate stylesheet, set the <code>maven.xdoc.theme.url</code> property for the XDoc plugin
-          (again, see the <a href="../reference/plugins/xdoc/properties.html">properties</a> for more information).
+          (again, see the <a href="http://maven.apache.org/maven-1.x/reference/plugins/xdoc/properties.html">properties</a> for more information).
         </p>
       </subsection>
 

Modified: maven/maven-1/core/trunk/xdocs/using/tests.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/tests.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/tests.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/tests.xml Mon Feb 13 16:36:53 2006
@@ -51,7 +51,7 @@
       </p>
       <p>
         There are other test goals to run individual tests or a subset of tests, as well different configuration
-        options. For more information, see the <a href="../reference/plugins/test/">test plugin reference</a>.
+        options. For more information, see the <a href="http://maven.apache.org/maven-1.x/reference/plugins/test/">test plugin reference</a>.
       </p>
     </section>
   </body>

Modified: maven/maven-1/core/trunk/xdocs/using/war.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/using/war.xml?rev=377549&r1=377548&r2=377549&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/using/war.xml (original)
+++ maven/maven-1/core/trunk/xdocs/using/war.xml Mon Feb 13 16:36:53 2006
@@ -95,7 +95,7 @@
         <p>
           To automatically deploy into a servlet container will rely on scripting up the appropriate goals or locating
           an existing plugin for the container. There is currently one available for JBoss - see the
-          <a href="../reference/plugins/jboss/">JBoss Plugin</a>. Tomcat also has several deployment Ant tasks which can
+          <a href="http://maven.apache.org/maven-1.x/reference/plugins/jboss/">JBoss Plugin</a>. Tomcat also has several deployment Ant tasks which can
           easily be used from Maven.
         </p>
       </subsection>
@@ -106,7 +106,7 @@
           example project.</a>
         </p>
         <p>
-          For more information on goals and configuration, see the <a href="../reference/plugins/war/">WAR plugin
+          For more information on goals and configuration, see the <a href="http://maven.apache.org/maven-1.x/reference/plugins/war/">WAR plugin
           reference</a>.
         </p>
       </subsection>