Create Java project with Maven archetype velcro

Awesome Maven archetype for Android

Create a Java Project by archetype velcro with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DapplicationName="My-applicationName"   -DarchetypeGroupId="com.andrewreitz.velcro"   -DarchetypeArtifactId="velcro"   -DarchetypeVersion="3.0.3"   -DinteractiveMode=false 

Required parameters for generate java project:

applicationName
validationRegex: none

Details about maven archetype velcro

License

License

GroupId

GroupId

com.andrewreitz.velcro
ArtifactId

ArtifactId

velcro
Version

Version

3.0.3
Type

Type

maven-archetype
Description

Description

Velcro Android Archetype
Awesome Maven archetype for Android
Project Organization

Project Organization

Andrew Reitz

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.andrewreitz.velcro -DarchetypeArtifactId=velcro -DarchetypeVersion=3.0.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.