src.assembly.distribution.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of thrift-server Show documentation
Show all versions of thrift-server Show documentation
Thrift Server implementation backed by LMAX Disruptor.
Shows better throughput/latency characteristics than build-in
THsHa and TThreadedSelector servers.
<assembly> <id>distribution</id> <formats> <format>zip</format> </formats> <fileSets> <fileSet> <directory>src</directory> </fileSet> <fileSet> <directory>../target/site/apidocs</directory> <outputDirectory>doc/javadoc</outputDirectory> </fileSet> <fileSet> <directory>target/disruptor-${project.artifactId}-${project.version}-standalone/lib</directory> <outputDirectory>lib</outputDirectory> </fileSet> </fileSets> <files> <file> <source>pom.xml</source> <outputDirectory>src</outputDirectory> </file> </files> </assembly>