Squashed commit of the following:
[demo.git] / vnfs / honeycomb_plugin / parent-pom / pom.xml
@@ -27,7 +27,7 @@
     <groupId>org.onap.demo.vnf</groupId>
     <artifactId>demo-aggregator</artifactId>
     <version>1.4.0-SNAPSHOT</version>
-    <relativePath>../../../../pom.xml</relativePath>
+    <relativePath>../../../pom.xml</relativePath>
 </parent>
 
     <properties>
@@ -69,8 +69,10 @@ done
 
     <!-- Generate executable shell script -->
   <modules>
-    <module>../sample-plugin-api</module>
-    <module>../sample-plugin-impl</module>
+    <module>../sample_plugin/sample-plugin-api</module>
+    <module>../sample_plugin/sample-plugin-impl</module>
+    <module>../stream-count/stream-count-api</module>
+    <module>../stream-count/stream-count-impl</module>
     <module>../sample-distribution</module>
   </modules>