diff options
author | platania <platania@research.att.com> | 2017-03-07 15:29:33 -0500 |
---|---|---|
committer | platania <platania@research.att.com> | 2017-03-07 15:29:33 -0500 |
commit | 7ffc784e98f5f608000d1deff778e5aa1496a4fc (patch) | |
tree | 7e2f7fb7019f59894a7ea82b28c4f2bc8be85af8 /vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml | |
parent | 63e0cb390d97c368b63a0704bd6607d338710866 (diff) |
Update structure of POM files
Change-Id: I24ceb375aa3c89b311fb0a0e1b40f8e8ae719343
Signed-off-by: platania <platania@research.att.com>
Diffstat (limited to 'vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml')
-rw-r--r-- | vnfs/honeycomb_plugin/sample_plugin/parent-pom/pom.xml | 7 |
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> |