Add initial checkstyle rules
This commit adds checkstyle rules (no tabs, no trailing white space)
to the project and fixes the yang models to conform.
Only the *.yang files are currently checked, we need to add *.java
while excluding the machine generated files
Change-Id: I408523b2a90f9e32b65415eb179c7a058c641d82
Signed-off-by: Ryan Moats <[email protected]>
Add distribution management to pom files
The original commit lacked pom files and so the jenkins
merge job failed when it came to deploying the artifacts.
This patch addresses this...
Change-Id: Ieb8b3d73f460852c5f0193ebb575cf562a5d2a43
Signed-off-by: Ryan Moats <[email protected]>
First SFC Model Commit
Change-Id: I21b35d7dc7611b9ec9658a3e848eae3b5e3838ad
Signed-off-by: Reinaldo Penno <[email protected]>