Create Java project with Maven archetype truezip-archetype-file

TrueZIP File* module application (requires JSE6+)

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="de.schlichtherle.truezip"   -DarchetypeArtifactId="truezip-archetype-file"   -DarchetypeVersion="7.2-rc-2"   -DinteractiveMode=false 

Details about maven archetype truezip-archetype-file

GroupId

GroupId

de.schlichtherle.truezip
ArtifactId

ArtifactId

truezip-archetype-file
Version

Version

7.2-rc-2
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-file -DarchetypeVersion=7.2-rc-2 -DinteractiveMode=false