Create Java project with Maven archetype helidon-se

Archetype to generate a basic Helidon SE application

Create a Java Project by archetype helidon-se with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -Dpackage="My-package"   -DrestService="My-restService"   -DrestServiceName="My-restServiceName"   -DrestServicePath="My-restServicePath"   -DloggingConfig="My-loggingConfig"   -DapplicationYaml="My-applicationYaml"   -DmetricSupport="My-metricSupport"   -DhealthSupport="My-healthSupport"   -DjsonSupport="My-jsonSupport"   -DnativeImageSupport="My-nativeImageSupport"   -DunitTest="My-unitTest"   -DarchetypeGroupId="io.helidon.archetypes"   -DarchetypeArtifactId="helidon-se"   -DarchetypeVersion="2.0.0-M3"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
package
validationRegex: none
restService
validationRegex: none
restServiceName
validationRegex: ([$_a-zA-Z][$_a-zA-Z0-9]*)
restServicePath
validationRegex: ^\/.*
loggingConfig
validationRegex: none
applicationYaml
validationRegex: none
metricSupport
validationRegex: none
healthSupport
validationRegex: none
jsonSupport
validationRegex: none
nativeImageSupport
validationRegex: none
unitTest
validationRegex: none

Details about maven archetype helidon-se

License

License

GroupId

GroupId

io.helidon.archetypes
ArtifactId

ArtifactId

helidon-se
Version

Version

2.0.0-M3
Type

Type

maven-archetype
Description

Description

Helidon SE Archetype
Archetype to generate a basic Helidon SE application
Project URL

Project URL

https://helidon.io/helidon-se
Project Organization

Project Organization

Oracle Corporation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.helidon.archetypes -DarchetypeArtifactId=helidon-se -DarchetypeVersion=2.0.0-M3 -DinteractiveMode=false

Dependencies

compile (2)

Group / Artifact Type Version
io.helidon.applications : helidon-se Optional pom 2.0.0-M3
io.helidon.applications : helidon-mp Optional pom 2.0.0-M3

Project Modules

There are no modules declared in this project.