Create Java project with Maven archetype opencast-theodul-plugin

An archetype that generates a plugin for the Opencast Theodul Player

Create a Java Project by archetype opencast-theodul-plugin with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dversion="My-version"   -Dplugin_type="My-plugin_type"   -Dplugin_version="My-plugin_version"   -Dplugin_name="My-plugin_name"   -Dplugin_rest="My-plugin_rest"   -Dplugin_description="My-plugin_description"   -DarchetypeGroupId="org.opencastproject"   -DarchetypeArtifactId="opencast-theodul-plugin"   -DarchetypeVersion="11.6"   -DinteractiveMode=false 

Required parameters for generate java project:

version
validationRegex: none
plugin_type
validationRegex: none
plugin_version
validationRegex: none
plugin_name
validationRegex: none
plugin_rest
validationRegex: none
plugin_description
validationRegex: none

Details about maven archetype opencast-theodul-plugin

License

License

GroupId

GroupId

org.opencastproject
ArtifactId

ArtifactId

opencast-theodul-plugin
Version

Version

11.6
Type

Type

maven-archetype
Description

Description

Opencast :: engage-theodul-plugin-archetype
An archetype that generates a plugin for the Opencast Theodul Player
Project Organization

Project Organization

Opencast Project

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.opencastproject -DarchetypeArtifactId=opencast-theodul-plugin -DarchetypeVersion=11.6 -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.