2014-12-08 15:22:14 -05:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
contributor license agreements. See the NOTICE file distributed with
|
|
|
|
this work for additional information regarding copyright ownership.
|
|
|
|
The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
(the "License"); you may not use this file except in compliance with
|
|
|
|
the License. You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
-->
|
|
|
|
<assembly>
|
|
|
|
<id>bin</id>
|
|
|
|
<formats>
|
|
|
|
<format>dir</format>
|
2015-01-06 13:43:54 -05:00
|
|
|
<format>zip</format>
|
2014-12-08 15:22:14 -05:00
|
|
|
<format>tar.gz</format>
|
|
|
|
</formats>
|
|
|
|
<includeBaseDirectory>true</includeBaseDirectory>
|
2015-01-21 01:47:48 -05:00
|
|
|
<baseDirectory>nifi-${project.version}</baseDirectory>
|
2014-12-08 15:22:14 -05:00
|
|
|
|
|
|
|
<dependencySets>
|
2015-01-06 13:43:54 -05:00
|
|
|
<!-- Write out all dependency artifacts to lib directory -->
|
2014-12-08 15:22:14 -05:00
|
|
|
<dependencySet>
|
|
|
|
<scope>runtime</scope>
|
2014-12-16 23:37:55 -05:00
|
|
|
<useProjectArtifact>false</useProjectArtifact>
|
2014-12-08 15:22:14 -05:00
|
|
|
<outputDirectory>lib</outputDirectory>
|
2015-07-02 17:44:03 -04:00
|
|
|
<directoryMode>0770</directoryMode>
|
|
|
|
<fileMode>0660</fileMode>
|
2014-12-08 15:22:14 -05:00
|
|
|
<useTransitiveFiltering>true</useTransitiveFiltering>
|
2014-12-10 14:39:59 -05:00
|
|
|
<excludes>
|
|
|
|
<exclude>nifi-bootstrap</exclude>
|
2015-01-06 13:43:54 -05:00
|
|
|
<exclude>nifi-resources</exclude>
|
|
|
|
<exclude>nifi-docs</exclude>
|
2014-12-10 14:39:59 -05:00
|
|
|
</excludes>
|
|
|
|
</dependencySet>
|
|
|
|
|
2015-01-06 13:43:54 -05:00
|
|
|
<!-- Write out the bootstrap lib component to its own dir -->
|
2014-12-10 14:39:59 -05:00
|
|
|
<dependencySet>
|
|
|
|
<scope>runtime</scope>
|
2014-12-16 23:37:55 -05:00
|
|
|
<useProjectArtifact>false</useProjectArtifact>
|
2014-12-10 14:39:59 -05:00
|
|
|
<outputDirectory>lib/bootstrap</outputDirectory>
|
2015-07-02 17:44:03 -04:00
|
|
|
<directoryMode>0770</directoryMode>
|
|
|
|
<fileMode>0660</fileMode>
|
2014-12-10 14:39:59 -05:00
|
|
|
<useTransitiveFiltering>true</useTransitiveFiltering>
|
|
|
|
<includes>
|
|
|
|
<include>nifi-bootstrap</include>
|
2015-06-08 14:13:24 -04:00
|
|
|
<include>slf4j-api</include>
|
|
|
|
<include>logback-classic</include>
|
2014-12-10 14:39:59 -05:00
|
|
|
</includes>
|
2014-12-08 15:22:14 -05:00
|
|
|
</dependencySet>
|
2015-01-06 13:43:54 -05:00
|
|
|
|
|
|
|
<!-- Write out the conf directory contents -->
|
|
|
|
<dependencySet>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
<useProjectArtifact>false</useProjectArtifact>
|
|
|
|
<outputDirectory>./</outputDirectory>
|
2015-07-02 17:44:03 -04:00
|
|
|
<directoryMode>0770</directoryMode>
|
|
|
|
<fileMode>0664</fileMode>
|
2015-01-06 13:43:54 -05:00
|
|
|
<useTransitiveFiltering>true</useTransitiveFiltering>
|
|
|
|
<includes>
|
|
|
|
<include>nifi-resources</include>
|
|
|
|
</includes>
|
|
|
|
<unpack>true</unpack>
|
|
|
|
<unpackOptions>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<includes>
|
|
|
|
<include>conf/*</include>
|
|
|
|
</includes>
|
|
|
|
</unpackOptions>
|
|
|
|
</dependencySet>
|
2014-12-08 15:22:14 -05:00
|
|
|
|
2015-01-06 13:43:54 -05:00
|
|
|
<!-- Write out the bin directory contents -->
|
|
|
|
<dependencySet>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
<useProjectArtifact>false</useProjectArtifact>
|
|
|
|
<outputDirectory>./</outputDirectory>
|
2015-07-02 17:44:03 -04:00
|
|
|
<directoryMode>0770</directoryMode>
|
|
|
|
<fileMode>0770</fileMode>
|
2015-01-06 13:43:54 -05:00
|
|
|
<useTransitiveFiltering>true</useTransitiveFiltering>
|
|
|
|
<includes>
|
|
|
|
<include>nifi-resources</include>
|
|
|
|
</includes>
|
|
|
|
<unpack>true</unpack>
|
|
|
|
<unpackOptions>
|
|
|
|
<filtered>true</filtered>
|
|
|
|
<includes>
|
|
|
|
<include>bin/*</include>
|
|
|
|
</includes>
|
|
|
|
</unpackOptions>
|
|
|
|
</dependencySet>
|
|
|
|
|
|
|
|
<!-- Writes out the docs directory contents -->
|
|
|
|
<dependencySet>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
<useProjectArtifact>false</useProjectArtifact>
|
|
|
|
<outputDirectory>docs/</outputDirectory>
|
|
|
|
<useTransitiveFiltering>true</useTransitiveFiltering>
|
|
|
|
<includes>
|
|
|
|
<include>nifi-docs</include>
|
|
|
|
</includes>
|
|
|
|
<unpack>true</unpack>
|
|
|
|
<unpackOptions>
|
|
|
|
<filtered>false</filtered>
|
2015-04-30 01:20:41 -04:00
|
|
|
<excludes>
|
|
|
|
<!-- LICENSE and NOTICE both covered by top-level -->
|
|
|
|
<exclude>LICENSE</exclude>
|
|
|
|
<exclude>NOTICE</exclude>
|
|
|
|
</excludes>
|
2015-01-06 13:43:54 -05:00
|
|
|
</unpackOptions>
|
|
|
|
</dependencySet>
|
|
|
|
</dependencySets>
|
|
|
|
<files>
|
2014-12-08 15:22:14 -05:00
|
|
|
<file>
|
2015-02-05 00:42:12 -05:00
|
|
|
<source>./README.md</source>
|
2014-12-08 15:22:14 -05:00
|
|
|
<outputDirectory>./</outputDirectory>
|
2014-12-20 20:42:40 -05:00
|
|
|
<destName>README</destName>
|
|
|
|
<fileMode>0644</fileMode>
|
2014-12-08 15:22:14 -05:00
|
|
|
<filtered>true</filtered>
|
|
|
|
</file>
|
|
|
|
<file>
|
2015-02-05 00:42:12 -05:00
|
|
|
<source>./LICENSE</source>
|
2014-12-08 15:22:14 -05:00
|
|
|
<outputDirectory>./</outputDirectory>
|
|
|
|
<destName>LICENSE</destName>
|
2014-12-20 20:42:40 -05:00
|
|
|
<fileMode>0644</fileMode>
|
2014-12-08 15:22:14 -05:00
|
|
|
<filtered>true</filtered>
|
|
|
|
</file>
|
|
|
|
<file>
|
2015-02-05 00:42:12 -05:00
|
|
|
<source>./NOTICE</source>
|
2014-12-08 15:22:14 -05:00
|
|
|
<outputDirectory>./</outputDirectory>
|
|
|
|
<destName>NOTICE</destName>
|
2014-12-20 20:42:40 -05:00
|
|
|
<fileMode>0644</fileMode>
|
2014-12-08 15:22:14 -05:00
|
|
|
<filtered>true</filtered>
|
|
|
|
</file>
|
|
|
|
</files>
|
|
|
|
</assembly>
|