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

assemblies.wow-addon.xml Maven / Gradle / Ivy

Go to download

DescriptorRef for packaging wow addons with the maven assembly plugin

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