Create Java project with Maven archetype demux-android-bundle-archetype

Create OSGI bundle for DEMUX Android projects

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

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

Required parameters for generate java project:

demuxVersion
validationRegex: none
bundleSymbolicName
validationRegex: none

Details about maven archetype demux-android-bundle-archetype

License

License

GroupId

GroupId

com.vektorsoft.demux.tools
ArtifactId

ArtifactId

demux-android-bundle-archetype
Version

Version

0.8.1
Type

Type

maven-archetype
Description

Description

DEMUX Framework - Android bundle archetype
Create OSGI bundle for DEMUX Android projects
Project URL

Project URL

http://maven.apache.org
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-android-bundle-archetype -DarchetypeVersion=0.8.1 -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.