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"   -Dtruevfs-version="My-truevfs-version"   -Dscala-version="My-scala-version"   -DarchetypeGroupId="net.java.truevfs"   -DarchetypeArtifactId="truevfs-archetype-access"   -DarchetypeVersion="0.9.2"   -DinteractiveMode=false 

Required parameters for generate java project:

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

Details about maven archetype truevfs-archetype-access

GroupId

GroupId

net.java.truevfs
ArtifactId

ArtifactId

truevfs-archetype-access
Version

Version

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