mirror of https://github.com/apache/maven.git
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:
parent
1c02566be7
commit
6ce3ba3589
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue