Create Java project with Maven archetype truezip-archetype-path

TrueZIP Path module application - requires JSE 7.

Create a Java Project by archetype truezip-archetype-path with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.schlichtherle.truezip"   -DarchetypeArtifactId="truezip-archetype-path"   -DarchetypeVersion="7.4.3"   -DinteractiveMode=false 

Details about maven archetype truezip-archetype-path

GroupId

GroupId

de.schlichtherle.truezip
ArtifactId

ArtifactId

truezip-archetype-path
Version

Version

7.4.3
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=de.schlichtherle.truezip -DarchetypeArtifactId=truezip-archetype-path -DarchetypeVersion=7.4.3 -DinteractiveMode=false