Create ONAP-specific ODL distro

Instead of using OpenDaylight tarball, create custom ONAP ODL distribution
that only contains the components used by SDNC and/or APPC

Change-Id: I8871326002ab0e51c0271b937c5d91628a3172d9
Issue-ID: CCSDK-1753
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
diff --git a/opendaylight/neon/pom.xml b/opendaylight/neon/pom.xml
index ef13ead..ca51799 100644
--- a/opendaylight/neon/pom.xml
+++ b/opendaylight/neon/pom.xml
@@ -43,6 +43,7 @@
 
 
     <modules>
-    	    <module>neon-alpine</module>
+            <module>neon-karaf</module>
+    	    <module>neon-docker</module>
     </modules>
 </project>