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/10/03 15:24:45 UTC

svn commit: r293337 - /maven/components/trunk/maven-model/maven.mdo

Author: brett
Date: Mon Oct  3 06:24:39 2005
New Revision: 293337

URL: http://svn.apache.org/viewcvs?rev=293337&view=rev
Log:
PR: MNG-644
allow old syntax, but ignore it

Modified:
    maven/components/trunk/maven-model/maven.mdo

Modified: maven/components/trunk/maven-model/maven.mdo
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-model/maven.mdo?rev=293337&r1=293336&r2=293337&view=diff
==============================================================================
--- maven/components/trunk/maven-model/maven.mdo (original)
+++ maven/components/trunk/maven-model/maven.mdo Mon Oct  3 06:24:39 2005
@@ -2387,6 +2387,14 @@
             <multiplicity>*</multiplicity>
           </association>
         </field>
+        <field>
+          <name>goals</name>
+          <version>4.0.0</version>
+          <description><![CDATA[
+            NOT A VALID ELEMENT. LISTED TO ALLOW LEGACY REPOSITORY POMs TO PARSE.
+          ]]></description>
+          <type>DOM</type>
+        </field>
       </fields>
       <codeSegments>
         <codeSegment>



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