mirror of
https://github.com/Flowsqy/ShopChest.git
synced 2024-11-25 00:55:12 +01:00
20 lines
729 B
XML
20 lines
729 B
XML
<assembly xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xmlns="http://maven.apache.org/ASSEMBLY/2.1.1"
|
|
xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.1.1 http://maven.apache.org/xsd/assembly-2.1.1.xsd">
|
|
<id>${nms-classifier}</id>
|
|
<formats>
|
|
<format>jar</format>
|
|
</formats>
|
|
<includeBaseDirectory>false</includeBaseDirectory>
|
|
<moduleSets>
|
|
<moduleSet>
|
|
<useAllReactorProjects>true</useAllReactorProjects>
|
|
<includes>
|
|
<include>de.epiceric:shopchest-nms-*</include>
|
|
</includes>
|
|
<binaries>
|
|
<unpack>true</unpack>
|
|
</binaries>
|
|
</moduleSet>
|
|
</moduleSets>
|
|
</assembly> |