Skip to content

Commit

Permalink
Document work-around for maven archetype issue
Browse files Browse the repository at this point in the history
  • Loading branch information
barchetta committed Oct 2, 2024
1 parent 398b8ba commit 569605a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/src/main/asciidoc/mp/guides/quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ mvn -U archetype:generate -DinteractiveMode=false \
-Dpackage=io.helidon.examples.quickstart.mp
----
TIP: If you are using an earlier version of Helidon and the above command
fails with `java.lang.NoSuchMethodError` then you can work-around the error
by replacing `archetype:generate` with `org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate`.
Or use the helidon CLI.
[source,bash]
.Or alternatively run the helidon CLI
----
Expand Down
5 changes: 5 additions & 0 deletions docs/src/main/asciidoc/se/guides/quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,11 @@ mvn -U archetype:generate -DinteractiveMode=false \
-Dpackage=io.helidon.examples.quickstart.se
----
TIP: If you are using an earlier version of Helidon and the above command
fails with `java.lang.NoSuchMethodError` then you can work-around the error
by replacing `archetype:generate` with `org.apache.maven.plugins:maven-archetype-plugin:3.2.1:generate`.
Or use the helidon CLI.
[source,bash]
.Or alternatively run the helidon CLI
----
Expand Down

0 comments on commit 569605a

Please sign in to comment.