Bilal A | f762f74 | 2019-02-27 13:52:05 -0500 | [diff] [blame^] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | ONAP Policy Distribution Stability |
| 4 | ================================================================================ |
| 5 | Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. |
| 6 | ================================================================================ |
| 7 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 8 | you may not use this file except in compliance with the License. |
| 9 | You may obtain a copy of the License at |
| 10 | |
| 11 | http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | |
| 13 | Unless required by applicable law or agreed to in writing, software |
| 14 | distributed under the License is distributed on an "AS IS" BASIS, |
| 15 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 16 | See the License for the specific language governing permissions and |
| 17 | limitations under the License. |
| 18 | ============LICENSE_END========================================================= |
| 19 | --> |
| 20 | <assembly |
| 21 | xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0" |
| 22 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 23 | xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd"> |
| 24 | <id>performance</id> |
| 25 | <formats> |
| 26 | <format>zip</format> |
| 27 | </formats> |
| 28 | <baseDirectory>/policy-distribution/performance</baseDirectory> |
| 29 | <fileSets> |
| 30 | <fileSet> |
| 31 | <directory>${project.basedir}/src/main/resources/testplans/</directory> |
| 32 | <outputDirectory>tests/testplans</outputDirectory> |
| 33 | <!-- <includes> |
| 34 | <include>*.jmx</include> |
| 35 | <include>*.sh</include> |
| 36 | </includes> --> |
| 37 | <lineEnding>unix</lineEnding> |
| 38 | <fileMode>0644</fileMode> |
| 39 | <filtered>true</filtered> |
| 40 | </fileSet> |
| 41 | </fileSets> |
| 42 | </assembly> |