Create Java project with Maven archetype dlux-app

OpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org

Create a Java Project by archetype dlux-app with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DstateProvider="My-stateProvider"   -DarchetypeGroupId="org.opendaylight.dlux"   -DarchetypeArtifactId="dlux-app"   -DarchetypeVersion="0.9.2"   -DinteractiveMode=false 

Required parameters for generate java project:

stateProvider
validationRegex: none

Generated Project modules

  • ${rootArtifactId}-module
  • ${rootArtifactId}-bundle

Details about maven archetype dlux-app

License

License

GroupId

GroupId

org.opendaylight.dlux
ArtifactId

ArtifactId

dlux-app
Version

Version

0.9.2
Type

Type

maven-archetype
Description

Description

archetype-dlux-app
OpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org
Project Organization

Project Organization

OpenDaylight

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.opendaylight.dlux -DarchetypeArtifactId=dlux-app -DarchetypeVersion=0.9.2 -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.