Remove usage of maven staging plugin
[demo.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 524e306..1e63a3f 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,6 @@
   </properties-->
 
   <modules>
-    <module>boot</module>
     <module>vnfs/honeycomb_plugin/parent-pom</module>
     <module>vnfs/vFW/pg_streams</module>
     <module>vnfs/vLB/dns_streams</module>
@@ -57,6 +56,8 @@
     <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>
           <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>