Author: hboutemy Date: Sat May 12 14:05:33 2012 New Revision: 1337548 URL: http://svn.apache.org/viewvc?rev=1337548&view=rev Log: improved documentation
Modified: maven/maven-3/trunk/maven-repository-metadata/src/main/mdo/metadata.mdo Modified: maven/maven-3/trunk/maven-repository-metadata/src/main/mdo/metadata.mdo URL: http://svn.apache.org/viewvc/maven/maven-3/trunk/maven-repository-metadata/src/main/mdo/metadata.mdo?rev=1337548&r1=1337547&r2=1337548&view=diff ============================================================================== --- maven/maven-3/trunk/maven-repository-metadata/src/main/mdo/metadata.mdo (original) +++ maven/maven-3/trunk/maven-repository-metadata/src/main/mdo/metadata.mdo Sat May 12 14:05:33 2012 @@ -23,7 +23,11 @@ under the License. xml.schemaLocation="http://maven.apache.org/xsd/metadata-${version}.xsd"> <id>repository-metadata</id> <name>Metadata</name> - <description>Per-directory repository metadata.</description> + <description><![CDATA[ + Per-directory repository metadata. Notice that most metadata content has a meaning when the directory represents + an un-versioned artifact (<code>groupId</code>, <code>artifactId</code>, <code>versioning</code>), but + <code>plugins</code> is used when the directory represents a group.]]> + </description> <defaults> <default> <key>package</key> @@ -67,10 +71,10 @@ under the License. </association> <description>Versioning information for the artifact.</description> </field> - <field> + <field xdoc.separator="blank"> <name>plugins</name> <version>1.0.0+</version> - <description>The set of plugin mappings for the group</description> + <description>The set of plugin mappings for the group represented by this directory</description> <association> <type>Plugin</type> <multiplicity>*</multiplicity>