Create Java project with Maven archetype kotlin-archetype-js

Kotlin single-module JavaScript project archetype

Create a Java Project by archetype kotlin-archetype-js with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DkotlinVersion="My-kotlinVersion"   -DarchetypeGroupId="org.jetbrains.kotlin"   -DarchetypeArtifactId="kotlin-archetype-js"   -DarchetypeVersion="1.5.30-RC"   -DinteractiveMode=false 

Required parameters for generate java project:

kotlinVersion
validationRegex: none

Details about maven archetype kotlin-archetype-js

License

License

GroupId

GroupId

org.jetbrains.kotlin
ArtifactId

ArtifactId

kotlin-archetype-js
Version

Version

1.5.30-RC
Type

Type

maven-archetype
Description

Description

kotlin-archetype-js
Kotlin single-module JavaScript project archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jetbrains.kotlin -DarchetypeArtifactId=kotlin-archetype-js -DarchetypeVersion=1.5.30-RC -DinteractiveMode=false

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.