Create Java project with Maven archetype demux-bundle-archetype


Create a Java Project by archetype demux-bundle-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DbundleSymbolicName="My-bundleSymbolicName"   -DarchetypeGroupId="com.vektorsoft.demux.tools"   -DarchetypeArtifactId="demux-bundle-archetype"   -DarchetypeVersion="0.3.1"   -DinteractiveMode=false 

Required parameters for generate java project:

bundleSymbolicName
validationRegex: none

Details about maven archetype demux-bundle-archetype

GroupId

GroupId

com.vektorsoft.demux.tools
ArtifactId

ArtifactId

demux-bundle-archetype
Version

Version

0.3.1
Type

Type

maven-archetype

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.vektorsoft.demux.tools -DarchetypeArtifactId=demux-bundle-archetype -DarchetypeVersion=0.3.1 -DinteractiveMode=false