mirror of https://github.com/apache/maven.git
improve documentation
This commit is contained in:
parent
84a1ff2d5c
commit
441cf73c06
|
@ -45,7 +45,7 @@ Maven Core
|
||||||
|
|
||||||
* <<<Maven>>> component ({{{./apidocs/org/apache/maven/Maven.html}javadoc}}),
|
* <<<Maven>>> component ({{{./apidocs/org/apache/maven/Maven.html}javadoc}}),
|
||||||
with its <<<DefaultMaven>>> implementation ({{{./xref/org/apache/maven/DefaultMaven.html}source}}), to drive
|
with its <<<DefaultMaven>>> implementation ({{{./xref/org/apache/maven/DefaultMaven.html}source}}), to drive
|
||||||
a full <<<MavenSession>>> execution ({{{./apidocs/org/apache/maven/execution/MavenSession.html}javadoc}}
|
a full Maven execution session
|
||||||
|
|
||||||
* <<<ProjectBuilder>>> component ({{{./apidocs/org/apache/maven/project/ProjectBuilder.html}javadoc}}),
|
* <<<ProjectBuilder>>> component ({{{./apidocs/org/apache/maven/project/ProjectBuilder.html}javadoc}}),
|
||||||
with its <<<DefaultProjectBuilder>>> implementation
|
with its <<<DefaultProjectBuilder>>> implementation
|
||||||
|
|
|
@ -27,6 +27,10 @@ ${project.name}
|
||||||
|
|
||||||
${project.description}
|
${project.description}
|
||||||
|
|
||||||
|
* Useful entry points
|
||||||
|
|
||||||
|
* {{{./apidocs/org/apache/maven/cli/MavenCli.html}MavenCli.doMain(CliRequest)}} is the main method preparing runtime environment before running {{{../maven-core/}Maven.execute()}}
|
||||||
|
|
||||||
* References
|
* References
|
||||||
|
|
||||||
* {{{./cli.html}CLI options}},
|
* {{{./cli.html}CLI options}},
|
||||||
|
|
Loading…
Reference in New Issue