Create Java project with Maven archetype maven-archetype-bundle

A maven archetype that incorporates common artifacts for OSS development and OSGi compatibility

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dpackage="My-package"   -Dversion="My-version"   -DarchetypeGroupId="org.rauschig"   -DarchetypeArtifactId="maven-archetype-bundle"   -DarchetypeVersion="0.3.0"   -DinteractiveMode=false 

Required parameters for generate java project:

package
validationRegex: none
version
validationRegex: none

Details about maven archetype maven-archetype-bundle

License

License

GroupId

GroupId

org.rauschig
ArtifactId

ArtifactId

maven-archetype-bundle
Version

Version

0.3.0
Type

Type

maven-archetype
Description

Description

Maven Bundle Archetype
A maven archetype that incorporates common artifacts for OSS development and OSGi compatibility
Project URL

Project URL

http://rauschig.org/maven-archetype-bundle
Source Code Management

Source Code Management

https://github.com/thrau/maven-archetype-bundle

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.rauschig -DarchetypeArtifactId=maven-archetype-bundle -DarchetypeVersion=0.3.0 -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.