File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ mvn -U archetype:generate -DinteractiveMode=false \
49
49
-Dpackage=io.helidon.examples.quickstart.mp
50
50
----
51
51
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
+
52
57
[source,bash]
53
58
.Or alternatively run the helidon CLI
54
59
----
Original file line number Diff line number Diff line change @@ -49,6 +49,11 @@ mvn -U archetype:generate -DinteractiveMode=false \
49
49
-Dpackage=io.helidon.examples.quickstart.se
50
50
----
51
51
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
+
52
57
[source,bash]
53
58
.Or alternatively run the helidon CLI
54
59
----
You can’t perform that action at this time.
0 commit comments