Staging
v0.5.1
https://repo1.maven.org/maven2/org/jboss/snowdrop/snowdrop
Raw File
src.xml
<assembly>
    <id>src</id>
    <formats>
        <format>zip</format>
    </formats>
    <fileSets>
        <fileSet>
            <directory>..</directory>
            <outputDirectory>/</outputDirectory>
            <excludes>
                <exclude>**/target/**</exclude>
            </excludes>
        </fileSet>
    </fileSets>
</assembly>
back to top