Create Java project with Maven archetype caseine.vpl.tools.archetype

The design tool to build VPLs on the caseine platform for e-learning

Create a Java Project by archetype caseine.vpl.tools.archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DgroupId="My-groupId"   -DartifactId="My-artifactId"   -Dversion="My-version"   -DvplId="My-vplId"   -DarchetypeGroupId="org.caseine"   -DarchetypeArtifactId="caseine.vpl.tools.archetype"   -DarchetypeVersion="0.0.51"   -DinteractiveMode=false 

Required parameters for generate java project:

groupId
validationRegex: none
artifactId
validationRegex: none
version
validationRegex: none
vplId
validationRegex: none

Details about maven archetype caseine.vpl.tools.archetype

License

License

GroupId

GroupId

org.caseine
ArtifactId

ArtifactId

caseine.vpl.tools.archetype
Version

Version

0.0.51
Type

Type

maven-archetype
Description

Description

The design tool to build VPLs on the caseine platform for e-learning
Source Code Management

Source Code Management

https://gricad-gitlab.univ-grenoble-alpes.fr/caseine/vpl_design_plugin/caseine.vpl.tools.archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.caseine -DarchetypeArtifactId=caseine.vpl.tools.archetype -DarchetypeVersion=0.0.51 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.