add missing root tag

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@233172 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-08-17 13:33:15 +00:00
parent a21b79dfb0
commit d1a98347dd
1 changed files with 21 additions and 19 deletions

View File

@ -242,6 +242,7 @@ m2 clean:clean install
set of phases for the Plexus plugin itself to register the <<<plexus-application>>> type: set of phases for the Plexus plugin itself to register the <<<plexus-application>>> type:
---- ----
<component-set>
<components> <components>
<component> <component>
<role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role> <role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role>
@ -261,6 +262,7 @@ m2 clean:clean install
</configuration> </configuration>
</component> </component>
</components> </components>
</component-set>
---- ----
In this example, the <<<role-hint>>> is used to specify the packaging, and the <<<role>>> of In this example, the <<<role-hint>>> is used to specify the packaging, and the <<<role>>> of