update link to upper-constraints.txt
[dmaap/messagerouter/messageservice.git] / src / main / assemble / ajsc_props_assembly.xml
1 <!--
2      ============LICENSE_START=======================================================
3      org.onap.dmaap
4      ================================================================================
5      Copyright © 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
10            http://www.apache.org/licenses/LICENSE-2.0
11      
12      Unless required by applicable law or agreed to in writing, software
13      distributed under the License is distributed on an "AS IS" BASIS,
14      WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15      See the License for the specific language governing permissions and
16      limitations under the License.
17      ============LICENSE_END=========================================================
18    
19      ECOMP is a trademark and service mark of AT&T Intellectual Property.
20      
21  -->
22 <assembly
23         xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
24         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
25         xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
26         <id>${version}_properties</id>
27         <includeBaseDirectory>false</includeBaseDirectory>
28         <formats>
29                 <format>zip</format>
30         </formats>
31         <fileSets>
32                 <fileSet>
33                         <directory>${project.basedir}/target/versioned-ajsc/props</directory>
34                         <outputDirectory>${module.ajsc.namespace.name}/${module.ajsc.namespace.version}/props/</outputDirectory>
35                         <includes>
36                                 <include>*.props</include>
37                         </includes>
38
39                 </fileSet>
40
41         </fileSets>
42
43 </assembly>
44