Create Java project with Maven archetype tiler-maven-archetype

The Maven archetype for Tiler-based dashboards

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="io.tiler"   -DarchetypeArtifactId="tiler-maven-archetype"   -DarchetypeVersion="0.1.3"   -DinteractiveMode=false 

Details about maven archetype tiler-maven-archetype

License

License

MIT
GroupId

GroupId

io.tiler
ArtifactId

ArtifactId

tiler-maven-archetype
Version

Version

0.1.3
Type

Type

maven-archetype
Description

Description

Tiler Maven Archetype
The Maven archetype for Tiler-based dashboards
Project URL

Project URL

https://github.com/tiler-project/tiler-maven-archetype
Source Code Management

Source Code Management

https://github.com/tiler-project/tiler-maven-archetype.git

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=io.tiler -DarchetypeArtifactId=tiler-maven-archetype -DarchetypeVersion=0.1.3 -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.