Author: wsmoak Date: Sat Apr 21 14:01:57 2007 New Revision: 531108 URL: http://svn.apache.org/viewvc?view=rev&rev=531108 Log: Add modello plugin executions so the descriptor format page will be generated. Add CDATA tags to avoid parsing errors. Thanks to John Casey for advice on fixing this.
Modified: maven/plugins/tags/maven-assembly-plugin-2.1/pom.xml maven/plugins/tags/maven-assembly-plugin-2.1/src/main/mdo/descriptor.mdo Modified: maven/plugins/tags/maven-assembly-plugin-2.1/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-assembly-plugin-2.1/pom.xml?view=diff&rev=531108&r1=531107&r2=531108 ============================================================================== --- maven/plugins/tags/maven-assembly-plugin-2.1/pom.xml (original) +++ maven/plugins/tags/maven-assembly-plugin-2.1/pom.xml Sat Apr 21 14:01:57 2007 @@ -43,6 +43,30 @@ <version>1.0.0</version> </configuration> </execution> + <execution> + <id>descriptor-site</id> + <phase>pre-site</phase> + <goals> + <goal>xdoc</goal> + <goal>xsd</goal> + </goals> + <configuration> + <model>src/main/mdo/descriptor.mdo</model> + <version>1.0.0</version> + </configuration> + </execution> + <execution> + <id>component-site</id> + <phase>pre-site</phase> + <goals> + <goal>xdoc</goal> + <goal>xsd</goal> + </goals> + <configuration> + <model>src/main/mdo/component.mdo</model> + <version>1.0.0</version> + </configuration> + </execution> </executions> </plugin> </plugins> Modified: maven/plugins/tags/maven-assembly-plugin-2.1/src/main/mdo/descriptor.mdo URL: http://svn.apache.org/viewvc/maven/plugins/tags/maven-assembly-plugin-2.1/src/main/mdo/descriptor.mdo?view=diff&rev=531108&r1=531107&r2=531108 ============================================================================== --- maven/plugins/tags/maven-assembly-plugin-2.1/src/main/mdo/descriptor.mdo (original) +++ maven/plugins/tags/maven-assembly-plugin-2.1/src/main/mdo/descriptor.mdo Sat Apr 21 14:01:57 2007 @@ -404,8 +404,10 @@ <name>includes</name> <version>1.0.0</version> <description> + <![CDATA[ This is a list of <include> elements, each containing a module reference of the type groupId:artifactId. Modules matching these elements will be included in this set. + ]]> </description> <association> <type>String</type> @@ -416,8 +418,10 @@ <name>excludes</name> <version>1.0.0</version> <description> + <![CDATA[ This is a list of <exclude> elements, each containing a module reference of the type groupId:artifactId. Modules matching these elements will be excluded from this set. + ]]> </description> <association> <type>String</type>