All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.assembly.distribution.xml Maven / Gradle / Ivy

Go to download

Thrift Server implementation backed by LMAX Disruptor. Shows better throughput/latency characteristics than build-in THsHa and TThreadedSelector servers.

There is a newer version: 0.3.9
Show newest version
<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>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy