Create Java project with Maven archetype truevfs-archetype-profile

Creates a custom TrueVFS Profile which bundles all selected TrueVFS modules for ease of use.

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

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

Required parameters for generate java project:

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

Details about maven archetype truevfs-archetype-profile

License

License

GroupId

GroupId

net.java.truevfs
ArtifactId

ArtifactId

truevfs-archetype-profile
Version

Version

0.12.1
Type

Type

maven-archetype
Description

Description

TrueVFS Archetype Profile
Creates a custom TrueVFS Profile which bundles all selected TrueVFS modules for ease of use.
Project Organization

Project Organization

Schlichtherle IT Services

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.