| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| 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>agent</id> |
| |
| <baseDirectory>apache-kalumet-${project.version}-agent</baseDirectory> |
| |
| <formats> |
| <format>tar.gz</format> |
| <format>zip</format> |
| </formats> |
| |
| <fileSets> |
| <fileSet> |
| <directory>${basedir}/..</directory> |
| <outputDirectory>/</outputDirectory> |
| <includes> |
| <include>LICENSE</include> |
| <include>NOTICE</include> |
| <include>README</include> |
| <include>RELEASE-NOTES</include> |
| </includes> |
| </fileSet> |
| <fileSet> |
| <directory>src/main/distribution/agent</directory> |
| <outputDirectory>/</outputDirectory> |
| <excludes> |
| <exclude>bin</exclude> |
| </excludes> |
| </fileSet> |
| <fileSet> |
| <directory>src/main/distribution/agent/bin</directory> |
| <outputDirectory>/bin</outputDirectory> |
| <fileMode>755</fileMode> |
| </fileSet> |
| </fileSets> |
| |
| <dependencySets> |
| <dependencySet> |
| <outputDirectory>lib</outputDirectory> |
| <includes> |
| <include>org.apache.kalumet:org.apache.kalumet.common</include> |
| <include>org.apache.kalumet:org.apache.kalumet.utils</include> |
| <include>org.apache.kalumet:org.apache.kalumet.agent</include> |
| <include>classworlds:classworlds</include> |
| <include>org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec</include> |
| <include>org.slf4j:slf4j-api</include> |
| <include>org.slf4j:slf4j-log4j12</include> |
| <include>log4j:log4j</include> |
| <include>commons-digester:commons-digester</include> |
| <include>commons-vfs:commons-vfs</include> |
| <include>commons-io:commons-io</include> |
| <include>commons-cli:commons-cli</include> |
| <include>commons-collections:commons-collections</include> |
| <include>commons-codec:commons-codec</include> |
| <include>commons-beanutils:commons-beanutils</include> |
| <include>commons-net:commons-net</include> |
| <include>commons-httpclient:commons-httpclient</include> |
| <include>commons-compress:commons-compress</include> |
| <include>org.apache.commons:commons-email</include> |
| <include>commons-lang:commons-lang</include> |
| <include>commons-discovery:commons-discovery</include> |
| <include>opensymphony:quartz</include> |
| <include>oro:oro</include> |
| <include>xml-apis:xml-apis</include> |
| <include>xerces:xercesImpl</include> |
| <include>xalan:xalan</include> |
| <include>axis:axis</include> |
| <include>org.apache.axis:axis-jaxrpc</include> |
| <include>org.apache.axis:axis-saaj</include> |
| <include>axis:axis-wsdl4j</include> |
| <include>xalan:serializer</include> |
| </includes> |
| </dependencySet> |
| </dependencySets> |
| </assembly> |