Release version 2.1.1 and roll versions
[sdnc/northbound.git] / vnfapi / installer / src / assembly / assemble_mvnrepo_zip.xml
index c2b3ecc..05f5259 100644 (file)
@@ -3,7 +3,7 @@
   openECOMP : SDN-C
   ================================================================================
   Copyright (C) 2017 AT&T Intellectual Property. All rights
-                                               reserved.
+                                                       reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@
     xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
-  <id>bin</id>
+    <id>repo</id>
     <formats>
         <format>zip</format>
     </formats>
         </fileSet>
     </fileSets>
 
-    <files>
-        <file>
-            <source>../provider/src/main/resources/initial/${feature-name}-provider.xml</source>
-            <destName>./etc/opendaylight/karaf/200-${feature-name}-provider.xml</destName>
-        </file>
-    <file>
-        <source>../model/target/vnfapi.properties</source>
-        <destName>./configuration/vnfapi.properties</destName>
 
-    </file>
-    </files>
 
 </assembly>