This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git
The following commit(s) were added to refs/heads/master by this push:
new 860d486 [MPLUGINTESTING-59] Fix getting started guide
860d486 is described below
commit 860d486f9532495d9504316f5d725a1d699b5496
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sat Jun 18 16:43:53 2022 +0200
[MPLUGINTESTING-59] Fix getting started guide
---
maven-plugin-testing-harness/src/site/apt/getting-started/index.apt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/maven-plugin-testing-harness/src/site/apt/getting-started/index.apt
b/maven-plugin-testing-harness/src/site/apt/getting-started/index.apt
index 749611f..cd63995 100644
--- a/maven-plugin-testing-harness/src/site/apt/getting-started/index.apt
+++ b/maven-plugin-testing-harness/src/site/apt/getting-started/index.apt
@@ -34,7 +34,7 @@ Cookbook: How To Use Maven Plugin Testing Harness?
<<<maven-my-plugin>>> which is generated by the Maven Archetype Plugin, i.e.:
+---+
-mvn archetype:create \
+mvn archetype:generate \
-DgroupId=org.apache.maven.plugin.my \
-DartifactId=maven-my-plugin \
-DarchetypeArtifactId=maven-archetype-mojo