5b8a6fa31fc8d049af014803d736f936e939007c
[aai/data-router.git] / src / main / assemble / ajsc_props_assembly.xml
1 <assembly
2         xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2"
3         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4         xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd">
5         <id>${version}_properties</id>
6         <includeBaseDirectory>false</includeBaseDirectory>
7         <formats>
8                 <format>zip</format>
9         </formats>
10         <fileSets>
11                 <fileSet>
12                         <directory>${project.basedir}/target/versioned-ajsc/props</directory>
13                         <outputDirectory>${module.ajsc.namespace.name}/${module.ajsc.namespace.version}/props/</outputDirectory>
14                         <includes>
15                                 <include>*.props</include>
16                         </includes>
17
18                 </fileSet>
19
20         </fileSets>
21
22 </assembly>
23