Create Java project with Maven archetype nbm-osgi-archetype

Archetype for development of NetBeans modules that can depend on OSGi bundles.

Create a Java Project by archetype nbm-osgi-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DnetbeansVersion="My-netbeansVersion"   -DarchetypeGroupId="org.codehaus.mojo.archetypes"   -DarchetypeArtifactId="nbm-osgi-archetype"   -DarchetypeVersion="1.0"   -DinteractiveMode=false 

Required parameters for generate java project:

netbeansVersion
validationRegex: none

Details about maven archetype nbm-osgi-archetype

GroupId

GroupId

org.codehaus.mojo.archetypes
ArtifactId

ArtifactId

nbm-osgi-archetype
Version

Version

1.0
Type

Type

maven-archetype
Description

Description

NetBeans OSGi Module Archetype
Archetype for development of NetBeans modules that can depend on OSGi bundles.
Project Organization

Project Organization

Codehaus

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.codehaus.mojo.archetypes -DarchetypeArtifactId=nbm-osgi-archetype -DarchetypeVersion=1.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.