Create Java project with Maven archetype dluxapps-application-archetype

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 dluxapps-application-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DstateProvider="My-stateProvider"   -DurlRouterProvider="My-urlRouterProvider"   -DarchetypeGroupId="org.opendaylight.dluxapps"   -DarchetypeArtifactId="dluxapps-application-archetype"   -DarchetypeVersion="0.7.4"   -DinteractiveMode=false 

Required parameters for generate java project:

stateProvider
validationRegex: none
urlRouterProvider
validationRegex: none

Generated Project modules

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

Details about maven archetype dluxapps-application-archetype

License

License

GroupId

GroupId

org.opendaylight.dluxapps
ArtifactId

ArtifactId

dluxapps-application-archetype
Version

Version

0.7.4
Type

Type

maven-archetype
Description

Description

ODL :: dluxapps :: dluxapps-application-archetype
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.dluxapps -DarchetypeArtifactId=dluxapps-application-archetype -DarchetypeVersion=0.7.4 -DinteractiveMode=false

Dependencies

compile (1)

Group / Artifact Type Version
org.opendaylight.odlparent : opendaylight-karaf-empty zip 3.1.4

provided (3)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
com.google.code.findbugs : annotations Optional jar 3.0.0
org.eclipse.jdt : org.eclipse.jdt.annotation jar 2.1.150

test (1)

Group / Artifact Type Version
org.slf4j : slf4j-simple jar 1.7.25

Project Modules

There are no modules declared in this project.