Create Java project with Maven archetype exam-karaf-archetype

Archetype for Pax Exam tests on Karaf

Create a Java Project by archetype exam-karaf-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.ops4j.pax.exam.archetypes"   -DarchetypeArtifactId="exam-karaf-archetype"   -DarchetypeVersion="4.13.5"   -DinteractiveMode=false 

Details about maven archetype exam-karaf-archetype

License

License

GroupId

GroupId

org.ops4j.pax.exam.archetypes
ArtifactId

ArtifactId

exam-karaf-archetype
Version

Version

4.13.5
Type

Type

maven-archetype
Description

Description

OPS4J Pax Exam Karaf Archetype
Archetype for Pax Exam tests on Karaf
Project Organization

Project Organization

OPS4J - Open Participation Software for Java

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.ops4j.pax.exam.archetypes -DarchetypeArtifactId=exam-karaf-archetype -DarchetypeVersion=4.13.5 -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.