Created onos-core-trivial as a place to put trivial implementation of core against which initial set of providers can be developed.
diff --git a/net/core/pom.xml b/net/core/pom.xml
index 30f6e12..0ceaa17 100644
--- a/net/core/pom.xml
+++ b/net/core/pom.xml
@@ -12,10 +12,14 @@
     </parent>
 
     <artifactId>onos-core</artifactId>
-    <packaging>bundle</packaging>
+    <packaging>pom</packaging>
 
     <description>ONOS network control core subsystems</description>
 
+    <modules>
+        <module>trivial</module>
+    </modules>
+
     <dependencies>
         <dependency>
             <groupId>org.onlab.onos</groupId>