You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ca...@apache.org on 2005/09/27 01:59:43 UTC

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

Author: carlos
Date: Mon Sep 26 16:59:41 2005
New Revision: 291789

URL: http://svn.apache.org/viewcvs?rev=291789&view=rev
Log:
The default attribute in maven.xml has been deprecated

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=291789&r1=291788&r2=291789&view=diff
==============================================================================
--- maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml (original)
+++ maven/maven-1/core/trunk/xdocs/reference/backwards-compatibility.xml Mon Sep 26 16:59:41 2005
@@ -67,6 +67,13 @@
           <li>wizard</li>
         </ul>
         <p>
+          <b>The <code>default</code> attribute in maven.xml has been deprecated</b>
+        </p>
+        <p>
+          The default goal should be specified in a <code>&lt;defaultGoal&gt;</code> tag inside the 
+          <code>&lt;build&gt;</code> section of project.xml instead of maven.xml.
+        </p>
+        <p>
           <b>Changes for XML parsers</b>
         </p>
         <p>



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