mirror of https://github.com/apache/maven.git
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:
parent
a21b79dfb0
commit
d1a98347dd
|
@ -242,6 +242,7 @@ m2 clean:clean install
|
|||
set of phases for the Plexus plugin itself to register the <<<plexus-application>>> type:
|
||||
|
||||
----
|
||||
<component-set>
|
||||
<components>
|
||||
<component>
|
||||
<role>org.apache.maven.lifecycle.mapping.LifecycleMapping</role>
|
||||
|
@ -261,6 +262,7 @@ m2 clean:clean install
|
|||
</configuration>
|
||||
</component>
|
||||
</components>
|
||||
</component-set>
|
||||
----
|
||||
|
||||
In this example, the <<<role-hint>>> is used to specify the packaging, and the <<<role>>> of
|
||||
|
|
Loading…
Reference in New Issue