aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml')
-rw-r--r--vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml
index e089e713..589a0a2e 100644
--- a/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml
+++ b/vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml
@@ -65,6 +65,12 @@ done
<packaging>pom</packaging>
<!-- Generate executable shell script -->
+ <modules>
+ <module>../sample-plugin-api</module>
+ <module>../sample-plugin-impl</module>
+ <module>../sample-distribution</module>
+ </modules>
+
<build>
<pluginManagement>
<plugins>
@@ -239,7 +245,6 @@ done
<skip>true</skip>
</configuration>
</plugin>
-
</plugins>
</pluginManagement>
</build>