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:
Herve Boutemy 2011-09-12 22:21:37 +00:00
parent 9815001f1f
commit 4c172dde45
3 changed files with 18 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Maven Model Builder
** profile injection
** parent resolution
** parent resolution until {{{./super-pom.html}super-pom}}
** inheritance assembly

View File

@ -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}

View File

@ -30,6 +30,10 @@ under the License.
<!--item name="FAQ" href="faq.html"/-->
</menu>
<menu name="Reference">
<item name="Super POM" href="super-pom.html"/>
</menu>
<menu ref="parent"/>
<menu ref="reports"/>
</body>