Create Java project with Maven archetype truezip-archetype-file

TrueZIP File* module application - requires JSE 6.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dtruezip-version="My-truezip-version"   -Dscala-version="My-scala-version"   -DarchetypeGroupId="de.schlichtherle.truezip"   -DarchetypeArtifactId="truezip-archetype-file"   -DarchetypeVersion="7.7.10"   -DinteractiveMode=false 

Required parameters for generate java project:

truezip-version
validationRegex: none
scala-version
validationRegex: none

Details about maven archetype truezip-archetype-file

License

License

GroupId

GroupId

de.schlichtherle.truezip
ArtifactId

ArtifactId

truezip-archetype-file
Version

Version

7.7.10
Type

Type

maven-archetype
Description

Description

TrueZIP Archetype File*
TrueZIP File* module application - requires JSE 6.
Project Organization

Project Organization

Schlichtherle IT Services

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.7.10 -DinteractiveMode=false

Dependencies

test (1)

Group / Artifact Type Version
de.schlichtherle.truezip : truezip-samples Optional jar 7.7.10

Project Modules

There are no modules declared in this project.