Create Java project with Maven archetype asta4d-archetype

an archetype that is automatically created from asta4d-sample.

Create a Java Project by archetype asta4d-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.astamuse"   -DarchetypeArtifactId="asta4d-archetype"   -DarchetypeVersion="1.2-M2"   -DinteractiveMode=false 

Details about maven archetype asta4d-archetype

License

License

GroupId

GroupId

com.astamuse
ArtifactId

ArtifactId

asta4d-archetype
Version

Version

1.2-M2
Type

Type

maven-archetype
Description

Description

com.astamuse.asta4d-archetype
an archetype that is automatically created from asta4d-sample.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.astamuse -DarchetypeArtifactId=asta4d-archetype -DarchetypeVersion=1.2-M2 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.6

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.1.1

Project Modules

There are no modules declared in this project.