Create Java project with Maven archetype teavm-maven-webapp

An archetype that creates a simple web application with enabled TeaVM

Create a Java Project by archetype teavm-maven-webapp with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.teavm"   -DarchetypeArtifactId="teavm-maven-webapp"   -DarchetypeVersion="0.7.0"   -DinteractiveMode=false 

Details about maven archetype teavm-maven-webapp

License

License

GroupId

GroupId

org.teavm
ArtifactId

ArtifactId

teavm-maven-webapp
Version

Version

0.7.0
Type

Type

maven-archetype
Description

Description

TeaVM maven web application archetype
An archetype that creates a simple web application with enabled TeaVM

How to add to project

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