From 7fe37221db0f4b4f4e266dfc6f46e133339e1a31 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Fri, 19 Jun 2020 08:58:30 -0400 Subject: [PATCH 1/2] [MDEP-645] update docs to reflect new target @jonvolfson --- src/site/apt/index.apt.vm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index 5ce6848ef..e698e0e4a 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -72,6 +72,8 @@ ${project.name} *{{{./list-mojo.html}dependency:list}} alias for resolve that lists the dependencies for this project. + *{{{./list-classes-mojo.html}dependency:list-classes}} displays the fully package qualified names of all classes found in a specified dependency. + *{{{./list-repositories-mojo.html}dependency:list-repositories}} displays all project dependencies and then lists the repositories used. *{{{./properties-mojo.html}dependency:properties}} set a property for each project dependency containing the From a520853ed67083bd7deb6ca8b5687fd4f932a0fb Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Sat, 20 Jun 2020 07:40:55 -0400 Subject: [PATCH 2/2] add hyphen --- src/site/apt/index.apt.vm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index e698e0e4a..c43e4bfd2 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -72,7 +72,7 @@ ${project.name} *{{{./list-mojo.html}dependency:list}} alias for resolve that lists the dependencies for this project. - *{{{./list-classes-mojo.html}dependency:list-classes}} displays the fully package qualified names of all classes found in a specified dependency. + *{{{./list-classes-mojo.html}dependency:list-classes}} displays the fully package-qualified names of all classes found in a specified artifact. *{{{./list-repositories-mojo.html}dependency:list-repositories}} displays all project dependencies and then lists the repositories used.