Create Java project with Maven archetype micronaut-groovy-cli

Micronaut Groovy CLI Application Archetype

Create a Java Project by archetype micronaut-groovy-cli with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dpackage="My-package"   -Dversion="My-version"   -DarchetypeGroupId="cc.gasches.archetypes"   -DarchetypeArtifactId="micronaut-groovy-cli"   -DarchetypeVersion="1.1.0.M2-1"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
package
validationRegex: none
version
validationRegex: none

Details about maven archetype micronaut-groovy-cli

License

License

GroupId

GroupId

cc.gasches.archetypes
ArtifactId

ArtifactId

micronaut-groovy-cli
Version

Version

1.1.0.M2-1
Type

Type

maven-archetype
Description

Description

cc.gasches.archetypes:micronaut-groovy-cli
Micronaut Groovy CLI Application Archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=cc.gasches.archetypes -DarchetypeArtifactId=micronaut-groovy-cli -DarchetypeVersion=1.1.0.M2-1 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.