Release version 2.1.1 and roll versions
[sdnc/northbound.git] / vnfapi / installer / src / assembly / assemble_mvnrepo_zip.xml
index b37b3f1..05f5259 100644 (file)
@@ -23,6 +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>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>