Skip to content

Commit 6f659b8

Browse files
authored
Document work-around for maven archetype issue (#9316) (#9324)
1 parent 736bae7 commit 6f659b8

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/src/main/asciidoc/mp/guides/quickstart.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ mvn -U archetype:generate -DinteractiveMode=false \
4949
-Dpackage=io.helidon.examples.quickstart.mp
5050
----
5151
52+
TIP: If you are using an earlier version of Helidon and the above command
53+
fails with `java.lang.NoSuchMethodError` then you can work-around the error
54+
by replacing `archetype:generate` with `org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate`.
55+
Or use the helidon CLI.
56+
5257
[source,bash]
5358
.Or alternatively run the helidon CLI
5459
----

docs/src/main/asciidoc/se/guides/quickstart.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ mvn -U archetype:generate -DinteractiveMode=false \
4949
-Dpackage=io.helidon.examples.quickstart.se
5050
----
5151
52+
TIP: If you are using an earlier version of Helidon and the above command
53+
fails with `java.lang.NoSuchMethodError` then you can work-around the error
54+
by replacing `archetype:generate` with `org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate`.
55+
Or use the helidon CLI.
56+
5257
[source,bash]
5358
.Or alternatively run the helidon CLI
5459
----

0 commit comments

Comments
 (0)