blob: c63555cde6a22c2a2575606156266a9bfcadbc5e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# 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
<<<<<<< HEAD
- implementation code goes here
=======
- implementation code goe shere
>>>>>>> 4a0fb45... Rename package to new ccsdk/features repo
* 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
|