You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone the github repository, thenshift to root directory and run the following command:
mvn install
Now shift to a directory with no pre-existing pom.xml, and run the following command:
For SE:
mvn archetype:generate -DinteractiveMode=false -DarchetypeGroupId=io.helidon.archetypes -DarchetypeArtifactId=helidon-gt-se -DarchetypeVersion=2.0.1 -DgroupId=<groupid> -DartifactId=<artifactId> -Dpackage=<package>
For MP:
mvn archetype:generate -DinteractiveMode=false -DarchetypeGroupId=io.helidon.archetypes -DarchetypeArtifactId=helidon-gt-mp -DarchetypeVersion=2.0.1 -DgroupId=<groupid> -DartifactId=<artifactId> -Dpackage=<package>
Note: The last 3 flags are variables, set them according to your choice.
Your project has been generated!