assemblies.wow-addon.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wow-addon-descriptor
Show all versions of wow-addon-descriptor
DescriptorRef for packaging wow addons with the maven assembly plugin
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> <id>addon</id> <includeBaseDirectory>false</includeBaseDirectory> <formats> <format>zip</format> </formats> <fileSets> <fileSet> <directory>target/addon/</directory> <outputDirectory/> </fileSet> </fileSets> </assembly>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy