Create Java project with Maven archetype demux-bundle-archetype

Create application bundles for DEMUX Framework applications

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.8.2"   -DinteractiveMode=false 

Required parameters for generate java project:

bundleSymbolicName
validationRegex: none

Details about maven archetype demux-bundle-archetype

License

License

GroupId

GroupId

com.vektorsoft.demux.tools
ArtifactId

ArtifactId

demux-bundle-archetype
Version

Version

0.8.2
Type

Type

maven-archetype
Description

Description

DEMUX Framework - Bundle archetype
Create application bundles for DEMUX Framework applications
Project Organization

Project Organization

Vektor Software

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.felix : org.apache.felix.framework jar 4.2.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.10
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.