ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 1 | <!-- |
| 2 | ============LICENSE_START======================================================= |
| 3 | ECOMP MSO |
| 4 | ================================================================================ |
| 5 | Copyright (C) 2017 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 |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 10 | |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 11 | http://www.apache.org/licenses/LICENSE-2.0 |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 12 | |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 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 | |
| 21 | <assembly |
| 22 | xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1" |
| 23 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 24 | xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.1 http://maven.apache.org/xsd/assembly-1.1.1.xsd"> |
| 25 | <id>mso-dev</id> |
| 26 | |
| 27 | <formats> |
| 28 | <format>tar.gz</format> |
| 29 | </formats> |
| 30 | <includeBaseDirectory>false</includeBaseDirectory> |
| 31 | |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 32 | |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 33 | <fileSets> |
| 34 | |
| 35 | <!-- include config files --> |
| 36 | |
| 37 | <fileSet> |
| 38 | <includes> |
| 39 | <include>mso-network-adapter*.war</include> |
| 40 | </includes> |
| 41 | <directory>../../adapters/mso-network-adapter/target/</directory> |
| 42 | <outputDirectory>artifacts</outputDirectory> |
| 43 | </fileSet> |
| 44 | <fileSet> |
| 45 | <includes> |
| 46 | <include>mso-sdnc-adapter*.war</include> |
| 47 | </includes> |
| 48 | <directory>../../adapters/mso-sdnc-adapter/target/</directory> |
| 49 | <outputDirectory>artifacts</outputDirectory> |
| 50 | </fileSet> |
| 51 | <fileSet> |
| 52 | <includes> |
| 53 | <include>mso-tenant-adapter*.war</include> |
| 54 | </includes> |
| 55 | <directory>../../adapters/mso-tenant-adapter/target/</directory> |
| 56 | <outputDirectory>artifacts</outputDirectory> |
| 57 | </fileSet> |
| 58 | <fileSet> |
| 59 | <includes> |
| 60 | <include>mso-vnf-adapter*.war</include> |
| 61 | </includes> |
| 62 | <directory>../../adapters/mso-vnf-adapter/target/</directory> |
| 63 | <outputDirectory>artifacts</outputDirectory> |
| 64 | </fileSet> |
| 65 | |
| 66 | <fileSet> |
| 67 | <includes> |
| 68 | <include>mso-api-handler*.war</include> |
| 69 | </includes> |
| 70 | <directory>../../mso-api-handlers/mso-api-handler-infra/target/</directory> |
| 71 | <outputDirectory>artifacts</outputDirectory> |
| 72 | </fileSet> |
| 73 | <fileSet> |
| 74 | <includes> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 75 | <include>mso-requests-db-adapter*.war</include> |
| 76 | </includes> |
| 77 | <directory>../../adapters/mso-requests-db-adapter/target/</directory> |
| 78 | <outputDirectory>artifacts</outputDirectory> |
| 79 | </fileSet> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 80 | |
| 81 | <fileSet> |
| 82 | <includes> |
| 83 | <include>mso-catalog-db-adapter*.war</include> |
| 84 | </includes> |
| 85 | <directory>../../adapters/mso-catalog-db-adapter/target/</directory> |
| 86 | <outputDirectory>artifacts</outputDirectory> |
| 87 | </fileSet> |
| 88 | |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 89 | <fileSet> |
| 90 | <includes> |
| 91 | <include>asdc-controller*.war</include> |
| 92 | </includes> |
| 93 | <directory>../../asdc-controller/target/</directory> |
| 94 | <outputDirectory>artifacts</outputDirectory> |
| 95 | </fileSet> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 96 | |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 97 | <fileSet> |
| 98 | <includes> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 99 | <include>MSOCommonBPMN*.war</include> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 100 | </includes> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 101 | <directory>../../bpmn/MSOCommonBPMN/target/</directory> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 102 | <outputDirectory>artifacts</outputDirectory> |
| 103 | </fileSet> |
| 104 | <fileSet> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 105 | <includes> |
| 106 | <include>MSOInfrastructureBPMN*.war</include> |
| 107 | </includes> |
| 108 | <directory>../../bpmn/MSOInfrastructureBPMN/target/</directory> |
| 109 | <outputDirectory>artifacts</outputDirectory> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 110 | </fileSet> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 111 | <fileSet> |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 112 | <includes> |
| 113 | <include>MSOCockpit*.war</include> |
| 114 | </includes> |
| 115 | <directory>../../bpmn/MSOCockpit/target/</directory> |
| 116 | <outputDirectory>artifacts</outputDirectory> |
| 117 | </fileSet> |
Determe, Sebastien (sd378r) | 94ee925 | 2017-05-02 03:53:18 -0700 | [diff] [blame^] | 118 | <fileSet> |
| 119 | <includes> |
| 120 | <include>mso-workflow-message-adapter*.war</include> |
| 121 | </includes> |
| 122 | <directory>../../adapters/mso-workflow-message-adapter/target/</directory> |
| 123 | <outputDirectory>artifacts</outputDirectory> |
| 124 | </fileSet> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 125 | |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 126 | </fileSets> |
xg353y | b6b7bef | 2017-04-11 13:30:42 +0200 | [diff] [blame] | 127 | |
ChrisC | 025301d | 2017-01-31 11:40:03 +0100 | [diff] [blame] | 128 | </assembly> |