Create Java project with Maven archetype truevfs-archetype-access

Showcases the client API of the module TrueVFS Access.

Create a Java Project by archetype truevfs-archetype-access with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dscala-version="My-scala-version"   -Dtruecommons-version="My-truecommons-version"   -Dtruevfs-version="My-truevfs-version"   -DarchetypeGroupId="net.java.truevfs"   -DarchetypeArtifactId="truevfs-archetype-access"   -DarchetypeVersion="0.10.7"   -DinteractiveMode=false 

Required parameters for generate java project:

scala-version
validationRegex: none
truecommons-version
validationRegex: none
truevfs-version
validationRegex: none

Details about maven archetype truevfs-archetype-access

GroupId

GroupId

net.java.truevfs
ArtifactId

ArtifactId

truevfs-archetype-access
Version

Version

0.10.7
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.java.truevfs -DarchetypeArtifactId=truevfs-archetype-access -DarchetypeVersion=0.10.7 -DinteractiveMode=false