You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/15 15:47:24 UTC

svn commit: r190748 - /maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml

Author: brett
Date: Wed Jun 15 06:47:23 2005
New Revision: 190748

URL: http://svn.apache.org/viewcvs?rev=190748&view=rev
Log:
add demoted plugins to docs

Modified:
    maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml

Modified: maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml?rev=190748&r1=190747&r2=190748&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml Wed Jun 15 06:47:23 2005
@@ -31,7 +31,7 @@
         might encounter upgrading between Maven versions, and how to update your
         project.
       </p>
-      <subsection name="Changes Between Maven 1.0 and Maven 1.1 (Subversion Only)">
+      <subsection name="Changes Between Maven 1.0 and Maven 1.1-beta-1">
         <p>
           <b>JDK requirement is now 1.4 and above</b>
         </p>
@@ -39,6 +39,33 @@
           The JDK required to <i>run</i> Maven is now 1.4 or above. This does not affect what JDKs you can build your
           libraries for, however - you can still generate class files that will run on 1.1 JVMs as before.
         </p>
+        <p>
+          <b>Deprecated Plugins Removed</b>
+        </p>
+        <p>
+          The following plugins are no longer distributed with Maven by default. They are still available using
+          the <code>plugin:download</code> command to obtain the version released with Maven 1.0.2, and the source
+          code is available from the plugin sandbox. If there is sufficient interest in maintaining them or moving
+          them to another project it will be considered.
+        </p>
+        <ul>
+          <li>appserver</li>
+          <li>ashkelon</li>
+          <li>aspectwerkz</li>
+          <li>caller</li>
+          <li>docbook <i>(note that there is a superior docbook plugin at <a href="http://maven-plugins.sf.net">the SourceForge Maven Plugins project</a>)</i></li>
+          <li>jdee</li>
+          <li>jdeveloper</li>
+          <li>junit-doclet</li>
+          <li>latex</li>
+          <li>latka</li>
+          <li>shell</li>
+          <li>struts</li>
+          <li>tjdo</li>
+          <li>vdoclet</li>
+          <li>webserver</li>
+          <li>wizard</li>
+        </ul>
         <p>
           <b>Changes for XML parsers</b>
         </p>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org