Create Java project with Maven archetype teavm-flavour-application

Archetype for simple Flavour application

Create a Java Project by archetype teavm-flavour-application with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.teavm.flavour"   -DarchetypeArtifactId="teavm-flavour-application"   -DarchetypeVersion="0.2.1"   -DinteractiveMode=false 

Details about maven archetype teavm-flavour-application

License

License

GroupId

GroupId

org.teavm.flavour
ArtifactId

ArtifactId

teavm-flavour-application
Version

Version

0.2.1
Type

Type

maven-archetype
Description

Description

TeaVM Flavour - Application archetype
Archetype for simple Flavour application

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.teavm.flavour -DarchetypeArtifactId=teavm-flavour-application -DarchetypeVersion=0.2.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.