ShopChest-Updated/nms/all/nms-assembly.xml
2022-07-26 22:23:46 +02:00

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>