This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch elharo-patch-1 in repository https://gitbox.apache.org/repos/asf/maven-site.git
commit 6c844d2190df3294c733cd13415db00a096f7690 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sun Nov 17 06:31:43 2024 +0000 Remove hallucinated mojo archetype There's no mojo archetype --- content/apt/guides/introduction/introduction-to-archetypes.apt | 2 -- 1 file changed, 2 deletions(-) diff --git a/content/apt/guides/introduction/introduction-to-archetypes.apt b/content/apt/guides/introduction/introduction-to-archetypes.apt index ee3635ed..394a5540 100644 --- a/content/apt/guides/introduction/introduction-to-archetypes.apt +++ b/content/apt/guides/introduction/introduction-to-archetypes.apt @@ -72,8 +72,6 @@ mvn archetype:generate *-----------------------------+----------------+ | maven-archetype-j2ee-simple | An archetype to generate a simplifed sample J2EE application. | *-----------------------------+----------------+ -| maven-archetype-mojo | An archetype to generate a sample a sample Maven plugin. | -*-----------------------------+----------------+ | maven-archetype-plugin | An archetype to generate a sample Maven plugin. | *-----------------------------+----------------+ | maven-archetype-plugin-site | An archetype to generate a sample Maven plugin site. |