aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTimoney, Dan (dt5972) <dt5972@att.com>2018-07-11 15:52:33 -0400
committerTimoney, Dan (dt5972) <dt5972@att.com>2018-07-11 15:52:33 -0400
commit60315525ab5e7c12a9f47c409092e8dba6ad656d (patch)
tree67c5031cd1d6e232d974959615113f366e0df731 /README.md
parent6184f53e7f9a44bc912c3e8f4c4302dc77bd447c (diff)
Add initial skeleton for ccsdk/apps
Add initial empty pom.xml, LICENSE and README files for ccsdk/apps repo Change-Id: I089437bb2688609292c28ad25f62fafe47f53762 Issue-ID: CCSDK-359 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100755
index 00000000..79e694fc
--- /dev/null
+++ b/README.md
@@ -0,0 +1,8 @@
+This source repository contains the code for CCSDK standalone applications
+(e.g. microservices)
+To compile this code:
+
+1. Make sure your local Maven settings file ($HOME/.m2/settings.xml) contains references to the ONAP repositories and OpenDaylight repositories.
+
+2. To compile, run "mvn clean install".
+