mirror of https://github.com/apache/maven.git
added super-POM reference documentation
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@1169965 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
9815001f1f
commit
4c172dde45
|
@ -28,7 +28,7 @@ Maven Model Builder
|
||||||
|
|
||||||
** profile injection
|
** profile injection
|
||||||
|
|
||||||
** parent resolution
|
** parent resolution until {{{./super-pom.html}super-pom}}
|
||||||
|
|
||||||
** inheritance assembly
|
** inheritance assembly
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,13 @@
|
||||||
|
-----
|
||||||
|
Super POM
|
||||||
|
-----
|
||||||
|
Hervé Boutemy
|
||||||
|
-----
|
||||||
|
2011-09-12
|
||||||
|
-----
|
||||||
|
|
||||||
|
Super POM
|
||||||
|
|
||||||
|
All models implicitly inherit from a super-POM:
|
||||||
|
|
||||||
|
%{snippet|id=superpom|file=src/main/resources/org/apache/maven/model/pom-4.0.0.xml}
|
|
@ -30,6 +30,10 @@ under the License.
|
||||||
<!--item name="FAQ" href="faq.html"/-->
|
<!--item name="FAQ" href="faq.html"/-->
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
<menu name="Reference">
|
||||||
|
<item name="Super POM" href="super-pom.html"/>
|
||||||
|
</menu>
|
||||||
|
|
||||||
<menu ref="parent"/>
|
<menu ref="parent"/>
|
||||||
<menu ref="reports"/>
|
<menu ref="reports"/>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue