diff --git a/maven-core/src/site/apt/index.apt b/maven-core/src/site/apt/index.apt index ca2e2516ca..47b884fdbb 100644 --- a/maven-core/src/site/apt/index.apt +++ b/maven-core/src/site/apt/index.apt @@ -45,7 +45,7 @@ Maven Core * <<>> component ({{{./apidocs/org/apache/maven/Maven.html}javadoc}}), with its <<>> implementation ({{{./xref/org/apache/maven/DefaultMaven.html}source}}), to drive - a full <<>> execution ({{{./apidocs/org/apache/maven/execution/MavenSession.html}javadoc}} + a full Maven execution session * <<>> component ({{{./apidocs/org/apache/maven/project/ProjectBuilder.html}javadoc}}), with its <<>> implementation diff --git a/maven-embedder/src/site/apt/index.apt.vm b/maven-embedder/src/site/apt/index.apt.vm index 93af61b6ac..e25d04925d 100644 --- a/maven-embedder/src/site/apt/index.apt.vm +++ b/maven-embedder/src/site/apt/index.apt.vm @@ -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}},