Create Java project with Maven archetype sling-bundle-archetype

Maven archetype for a generic OSGi bundle.

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

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.sling"   -DarchetypeArtifactId="sling-bundle-archetype"   -DarchetypeVersion="1.0.6"   -DinteractiveMode=false 

Details about maven archetype sling-bundle-archetype

License

License

GroupId

GroupId

org.apache.sling
ArtifactId

ArtifactId

sling-bundle-archetype
Version

Version

1.0.6
Type

Type

maven-archetype
Description

Description

Apache Sling Bundle Archetype
Maven archetype for a generic OSGi bundle.
Project Organization

Project Organization

The Apache Software Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.sling -DarchetypeArtifactId=sling-bundle-archetype -DarchetypeVersion=1.0.6 -DinteractiveMode=false

Dependencies

provided (2)

Group / Artifact Type Version
org.apache.felix : org.apache.felix.scr.annotations jar 1.9.12
biz.aQute : bndlib jar 1.50.0

Project Modules

There are no modules declared in this project.