Create Java project with Maven archetype m11n-archetypes-intellij

Monkeys in Town Archetypes

Create a Java Project by archetype m11n-archetypes-intellij with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.github.monkeysintown"   -DarchetypeArtifactId="m11n-archetypes-intellij"   -DarchetypeVersion="1.0.5"   -DinteractiveMode=false 

Details about maven archetype m11n-archetypes-intellij

License

License

GroupId

GroupId

com.github.monkeysintown
ArtifactId

ArtifactId

m11n-archetypes-intellij
Version

Version

1.0.5
Type

Type

maven-archetype
Description

Description

Monkeys in Town Archetypes :: IntelliJ
Monkeys in Town Archetypes

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.github.monkeysintown -DarchetypeArtifactId=m11n-archetypes-intellij -DarchetypeVersion=1.0.5 -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.