vFW CNF CDS Change Blueprint to BluePrint
[demo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f55ab5d..ab6b968 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
   <groupId>org.onap.demo.vnf</groupId>
   <artifactId>demo-aggregator</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.8.0-SNAPSHOT</version>
   <name>demo</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
@@ -40,8 +40,7 @@
   </properties-->
 
   <modules>
-    <module>boot</module>
-    <module>vnfs/honeycomb_plugin/sample_plugin/parent-pom</module>
+    <module>vnfs/honeycomb_plugin/parent-pom</module>
     <module>vnfs/vFW/pg_streams</module>
     <module>vnfs/vLB/dns_streams</module>
     <module>vnfs/vLB/DNSClient</module>
     <module>vnfs/VESreporting_vLB5.0</module>
     <module>vnfs/VESreporting_vFW5.0</module>
     <module>vnfs/vCPE/kea-sdnc-notify-mod</module>
-    <!--module>vnfs/vLBMS/apis/vlb-business-vnf-onap-plugin</module>
-    <module>vnfs/vLBMS/apis/health-vnf-onap-plugin</module>
-    <module>vnfs/vLBMS/apis/vlb-vnf-onap-distribution</module-->
+    <module>vnfs/vCPE/scripts</module>
+    <module>vnfs/vFW/scripts</module>
+    <module>vnfs/vLB/scripts</module>
+    <module>vnfs/vLBMS/scripts</module>
+    <module>vnfs/vIPSEC/pg_streams</module>
+    <module>vnfs/vIPSEC/scripts</module>
   </modules>
 
   <properties>
     <sonar.skip>true</sonar.skip>
   </properties>
 
-  <build>
-    <plugins>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-deploy-plugin</artifactId>
-        <version>2.8.1</version>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-      <plugin>
-        <groupId>org.apache.maven.plugins</groupId>
-        <artifactId>maven-install-plugin</artifactId>
-        <version>2.5.2</version>
-        <configuration>
-          <skip>true</skip>
-        </configuration>
-      </plugin>
-
-      <plugin>
-        <groupId>org.sonatype.plugins</groupId>
-        <artifactId>nexus-staging-maven-plugin</artifactId>
-        <version>1.6.7</version>
-        <extensions>true</extensions>
-        <configuration>
-          <nexusUrl>https://nexus.onap.org/</nexusUrl>
-          <stagingProfileId>176c31dfe190a</stagingProfileId>
-          <serverId>ecomp-staging</serverId>
-        </configuration>
-      </plugin>
-
-    </plugins>
-  </build>
-
   <distributionManagement>
     <repository>
       <id>ecomp-releases</id>