mirror of https://github.com/apache/maven.git
improve intro page
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@169782 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0299978e27
commit
9f05a45c66
|
@ -7,8 +7,14 @@
|
||||||
Maven Model
|
Maven Model
|
||||||
|
|
||||||
This is strictly the model for Maven, so really just plain objects.
|
This is strictly the model for Maven, so really just plain objects.
|
||||||
Eventually I would like to be able to generate these from a UML model but that can
|
|
||||||
come later. In addition to generating the sources from a UML model I would
|
The following are generated from this model:
|
||||||
like to generate the XSD or any other artifacts that may be required. This way
|
|
||||||
we can keep things up-to-date instead of the disaster we have with the
|
* Java sources (will link to javadoc later)
|
||||||
current incarnation of Maven.
|
|
||||||
|
* Reader and Writers for the Xpp3 XML parser
|
||||||
|
|
||||||
|
* A {{{maven.html}Descriptor Reference}}
|
||||||
|
|
||||||
|
* An XSD (link to it when available)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue