|
| 1 | +<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd"> |
| 4 | +<!-- |
| 5 | +/** |
| 6 | + * Licensed to the Apache Software Foundation (ASF) under one |
| 7 | + * or more contributor license agreements. See the NOTICE file |
| 8 | + * distributed with this work for additional information |
| 9 | + * regarding copyright ownership. The ASF licenses this file |
| 10 | + * to you under the Apache License, Version 2.0 (the |
| 11 | + * "License"); you may not use this file except in compliance |
| 12 | + * with the License. You may obtain a copy of the License at |
| 13 | + * |
| 14 | + * http://www.apache.org/licenses/LICENSE-2.0 |
| 15 | + * |
| 16 | + * Unless required by applicable law or agreed to in writing, software |
| 17 | + * distributed under the License is distributed on an "AS IS" BASIS, |
| 18 | + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 19 | + * See the License for the specific language governing permissions and |
| 20 | + * limitations under the License. |
| 21 | + */ |
| 22 | +--> |
| 23 | + <id>lib-package</id> |
| 24 | + <formats> |
| 25 | + <format>tar.gz</format> |
| 26 | + </formats> |
| 27 | + <includeBaseDirectory>true</includeBaseDirectory> |
| 28 | + |
| 29 | + <fileSets> |
| 30 | + <fileSet> |
| 31 | + <!-- ZooKeeper C client lib and include files --> |
| 32 | + <directory>${project.basedir}/../zookeeper-client/zookeeper-client-c/target/c</directory> |
| 33 | + <outputDirectory>usr</outputDirectory> |
| 34 | + <includes> |
| 35 | + <include>include/**/*</include> |
| 36 | + <include>lib/*</include> |
| 37 | + </includes> |
| 38 | + <fileMode>${rw.file.permission}</fileMode> |
| 39 | + <directoryMode>${rwx.file.permission}</directoryMode> |
| 40 | + </fileSet> |
| 41 | + <fileSet> |
| 42 | + <!-- ZooKeeper C client binaries--> |
| 43 | + <directory>${project.basedir}/../zookeeper-client/zookeeper-client-c/target/c</directory> |
| 44 | + <outputDirectory>usr</outputDirectory> |
| 45 | + <includes> |
| 46 | + <include>bin/*</include> |
| 47 | + </includes> |
| 48 | + <fileMode>${rwx.file.permission}</fileMode> |
| 49 | + <directoryMode>${rwx.file.permission}</directoryMode> |
| 50 | + </fileSet> |
| 51 | + <fileSet> |
| 52 | + <!-- ZooKeeper license --> |
| 53 | + <directory>${project.basedir}/..</directory> |
| 54 | + <includes> |
| 55 | + <include>LICENSE.txt</include> |
| 56 | + </includes> |
| 57 | + <fileMode>${rw.file.permission}</fileMode> |
| 58 | + <directoryMode>${rwx.file.permission}</directoryMode> |
| 59 | + </fileSet> |
| 60 | + |
| 61 | + </fileSets> |
| 62 | + |
| 63 | +</assembly> |
0 commit comments