blob: 5a20fc3ff9006cc02bd2a071f88127ac3c6fd5c2 [file] [log] [blame]
Mickael JEZEQUELad4f8892018-03-05 11:42:21 +01001<!--
2Copyright (c) 2016-2017 GigaSpaces Technologies Ltd. All rights reserved.
3
4Licensed under the Apache License, Version 2.0 (the "License"); you may
5not use this file except in compliance with the License. You may obtain
6a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
12WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
13License for the specific language governing permissions and limitations
14under the License.
15-->
16<assembly
17 xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
18 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19 xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">
20 <id>vnfsdk</id>
21 <formats>
22 <format>zip</format>
23 </formats>
24 <fileSets>
25 <fileSet>
Mickael JEZEQUELd5d70972018-03-06 16:57:15 +010026 <directory>.</directory>
Mickael JEZEQUELad4f8892018-03-05 11:42:21 +010027 <includes>
Mickael JEZEQUELd5d70972018-03-06 16:57:15 +010028 <include>LICENSE.txt</include>
29 <include>README.md</include>
Mickael JEZEQUELad4f8892018-03-05 11:42:21 +010030 <include>requirements.txt</include>
Mickael JEZEQUELd5d70972018-03-06 16:57:15 +010031 <include>tox.ini</include>
32 <include>*.py</include>
33 <include>ice_validator/**/*.py</include>
Mickael JEZEQUELad4f8892018-03-05 11:42:21 +010034 </includes>
35 <excludes>
36 <exclude>**/*.pyc</exclude>
37 </excludes>
38 </fileSet>
39 </fileSets>
40 <baseDirectory>.</baseDirectory>
41</assembly>