improve documentation

This commit is contained in:
Hervé Boutemy 2021-02-20 19:34:43 +01:00
parent 84a1ff2d5c
commit 441cf73c06
2 changed files with 5 additions and 1 deletions

View File

@ -45,7 +45,7 @@ Maven Core
* <<<Maven>>> component ({{{./apidocs/org/apache/maven/Maven.html}javadoc}}),
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}}),
with its <<<DefaultProjectBuilder>>> implementation

View File

@ -27,6 +27,10 @@ ${project.name}
${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
* {{{./cli.html}CLI options}},