blob: ce20d0d94176719c289cacc364dfa12f17869509 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Introduction
You have generated a feature repostiroy using the onap ccsdk feature repository archetype.
If creation was successful 'mvn clean install' should run without errors.
# Modules
* provider
- implementation code goes here
* features
- manages packaging the project into a feature repository
* model
- yang models go here
* installer
- packages the project into a zip with an installer script
|