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/06 08:18:46 UTC

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

Author: brett
Date: Sun Jun  5 23:18:45 2005
New Revision: 180238

URL: http://svn.apache.org/viewcvs?rev=180238&view=rev
Log:
improved descriptions

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=180238&r1=180237&r2=180238&view=diff
==============================================================================
--- maven/components/trunk/maven-model/maven.mdo (original)
+++ maven/components/trunk/maven-model/maven.mdo Sun Jun  5 23:18:45 2005
@@ -21,7 +21,16 @@
 <model>
   <id>maven</id>
   <name>Maven</name>
-  <description><![CDATA[Maven's model for Java project.]]></description>
+  <description><![CDATA[
+    <p>This is a reference for the Maven project descriptor used in Maven.</p>
+    <p>An XSD is available at:</p>
+    <ul>
+      <li><a href="http://maven.apache.org/maven-v3_0_0.xsd">http://maven.apache.org/maven-v3_0_0.xsd</a> for Maven 1.1
+.</li>
+      <li><a href="http://maven.apache.org/maven-v4_0_0.xsd">http://maven.apache.org/maven-v4_0_0.xsd</a> for Maven 2.0
+.</li>
+    </ul>
+  ]]></description>
   <defaults>
     <default>
       <key>package</key>
@@ -389,7 +398,11 @@
           <name>reports</name>
           <version>3.0.0</version>
           <description><![CDATA[
-            
+            This element includes the specification of reports to be
+            included in a Maven-generated site.  These reports will be run
+            when a user executes <code>maven site</code>.  All of the
+            reports will be included in the navigation bar for browsing in
+            the order they are specified.
           ]]></description>
           <association>
             <type>String</type>



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