update HC parent POM
[demo.git] / vnfs / honeycomb_plugin / sample_plugin / parent-pom / pom.xml
index cb3903a..b80f8ef 100644 (file)
@@ -58,13 +58,21 @@ done
         <osgi.core.version>5.0.0</osgi.core.version>
     </properties>
 
+    <!--groupId>io.fd.honeycomb.common</groupId-->
+    <!--artifactId>minimal-distribution-parent</artifactId-->
+    <!--version>1.16.9</version-->
+
     <modelVersion>4.0.0</modelVersion>
-    <groupId>io.fd.honeycomb.common</groupId>
-    <artifactId>minimal-distribution-parent</artifactId>
-    <version>1.16.9</version>
+    <artifactId>hc-openecomp</artifactId>
     <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>
@@ -227,34 +235,20 @@ done
                     </executions>
                 </plugin>
 
-                <!-- Disable exec-maven-plugin -->
                 <plugin>
                     <groupId>org.codehaus.mojo</groupId>
                     <artifactId>exec-maven-plugin</artifactId>
-                    <configuration>
-                        <skip>true</skip>
-                    </configuration>
                     <executions>
                         <execution>
                             <phase>none</phase>
                         </execution>
                     </executions>
+                    <configuration>
+                        <skip>true</skip>
+                    </configuration>
                 </plugin>
-
             </plugins>
         </pluginManagement>
     </build>
 
-<!--    <distributionManagement>
-        <repository>
-            <id>fdio-release</id>
-            <url>${nexusproxy}/repositories/fd.io.release/</url>
-        </repository>
-        <snapshotRepository>
-            <id>fdio-snapshot</id>
-            <url>${nexusproxy}/repositories/fd.io.snapshot/</url>
-        </snapshotRepository>
-    </distributionManagement>
--->
-
 </project>