MVN

org.rauschig : maven-archetype-bundle

Maven & Gradle

Apr 07, 2014
0 stars

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

mvn archetype:generate -DarchetypeGroupId=org.rauschig -DarchetypeArtifactId=maven-archetype-bundle -DarchetypeVersion=0.3.0
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.rauschig : maven-archetype-bundle to generate a Maven project - Latest Versions:

  • Latest Stable: 0.3.0

All Versions

Choose a version of org.rauschig : maven-archetype-bundle to generate a Maven project - All Versions:

Version Vulnerabilities Updated
0.3.x
maven-archetype-bundle-0.3.0
0.2.x
maven-archetype-bundle-0.2.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.rauschig -DarchetypeArtifactId=maven-archetype-bundle -DarchetypeVersion=0.3.0

Advertisement