link to repo info in confluence

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@307146 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2005-10-07 15:32:01 +00:00
parent 1c02566be7
commit 6ce3ba3589
2 changed files with 13 additions and 5 deletions

View File

@ -9,3 +9,5 @@
Introduction to Repositories
~~ o Explain the standard layout of the m2 repository
* http://docs.codehaus.org/pages/viewpage.action?pageId=22230

View File

@ -8,11 +8,15 @@
Introduction to the POM
o You need a Project Object Model (POM)
o Explain what is a POM is?
o Explain that the POM is the fundamental unit of work in Maven
o Explain the notion of the Super POM
o Show what a minimal POM can look like
* You need a Project Object Model (POM)
* Explain what is a POM is?
* Explain that the POM is the fundamental unit of work in Maven
* Explain the notion of the Super POM
* Show what a minimal POM can look like
* {{Super POM}}
@ -51,6 +55,8 @@ Introduction to the POM
* plugin executions with matching ids
* plugin configuration
[]
<<NOTE:>> Profile inheritance the same inheritance strategy as used for the POM itself.