mirror of https://github.com/apache/maven.git
copied site documentation from 2.2.x branch
git-svn-id: https://svn.apache.org/repos/asf/maven/maven-3/trunk@963867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b66e581ef1
commit
90a022ce0d
|
@ -0,0 +1,19 @@
|
|||
-----
|
||||
Maven Settings
|
||||
-----
|
||||
Vincent Siveton
|
||||
-----
|
||||
2006-11-04
|
||||
-----
|
||||
|
||||
Maven Settings Model
|
||||
|
||||
This is strictly the model for Maven settings.
|
||||
|
||||
The following are generated from this model:
|
||||
|
||||
* {{{./apidocs/index.html}Java sources}} with Reader and Writers for the Xpp3 XML parser
|
||||
|
||||
* A {{{./settings.html}Descriptor Reference}}
|
||||
|
||||
* An {{{ http://maven.apache.org/xsd/settings-1.0.0.xsd}XSD}}
|
|
@ -0,0 +1,6 @@
|
|||
<project>
|
||||
<body>
|
||||
<menu ref="parent"/>
|
||||
<menu ref="reports"/>
|
||||
</body>
|
||||
</project>
|
Loading…
Reference in New Issue