mirror of
https://github.com/Graylog2/graylog2-server.git
synced 2026-03-13 09:32:21 +08:00
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3"
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
|
|
<id>with-dependencies</id>
|
|
<formats>
|
|
<format>jar</format>
|
|
</formats>
|
|
<includeBaseDirectory>false</includeBaseDirectory>
|
|
<dependencySets>
|
|
<dependencySet>
|
|
<outputDirectory>/</outputDirectory>
|
|
<unpack>true</unpack>
|
|
<scope>runtime</scope>
|
|
<useProjectArtifact>true</useProjectArtifact>
|
|
<useTransitiveDependencies>true</useTransitiveDependencies>
|
|
<includes>
|
|
<include>org.graylog:graylog-storage-elasticsearch7</include>
|
|
<include>org.graylog.shaded:elasticsearch7</include>
|
|
<include>org.graylog.shaded:elasticsearch-rest-client-sniffer7</include>
|
|
</includes>
|
|
</dependencySet>
|
|
</dependencySets>
|
|
</assembly>
|