MVN

org.osgi.enroute.archetype : application

Maven & Gradle

Oct 23, 2018
119 stars

An archetype for generating an OSGi enRoute R7 runnable application

mvn archetype:generate -DarchetypeGroupId=org.osgi.enroute.archetype -DarchetypeArtifactId=application -DarchetypeVersion=7.0.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.osgi.enroute.archetype : application to generate a Maven project - Latest Versions:

  • Latest Stable: 7.0.0

All Versions

Choose a version of org.osgi.enroute.archetype : application to generate a Maven project - All Versions:

Version Vulnerabilities Updated
7.0.x
application-7.0.0

How to generate a maven project from archetype

Instead of manually creating the directory structure needed for an archetype, simply use:

mvn archetype:generate -DarchetypeGroupId=org.osgi.enroute.archetype -DarchetypeArtifactId=application -DarchetypeVersion=7.0.0

Advertisement