You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2019/08/04 18:00:36 UTC

[maven-integration-testing] 01/02: better toc configuration: remove level 1

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git

commit a2e1d335f9f34c220c0902aec78f2e5e0a1236b9
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Aug 4 18:24:12 2019 +0100

    better toc configuration: remove level 1
---
 core-it-suite/src/site/apt/bootstrap.apt.vm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/core-it-suite/src/site/apt/bootstrap.apt.vm b/core-it-suite/src/site/apt/bootstrap.apt.vm
index 53766c2..133b525 100644
--- a/core-it-suite/src/site/apt/bootstrap.apt.vm
+++ b/core-it-suite/src/site/apt/bootstrap.apt.vm
@@ -29,11 +29,11 @@
 Maven Core Integration Tests Bootstrap
 
   Core IT Bootstrapping downloads from central repository every dependency (artifacts, plugins) required to let
-  ITs run without downloading anything later.
+  ITs run without downloading anything later:
 
-%{toc|section=1}
+%{toc|section=1|fromDepth=2}
 
-* Base Plugins Dependencies
+* Base Plugins And Their Dependencies
 
 %{snippet|file=${project.build.directory}/test-classes/bootstrap/target/resolve-plugins.txt}