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

assemblies.catalpa-assembly-update.xml Maven / Gradle / Ivy

There is a newer version: 0.0.2
Show newest version
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.0.0 http://maven.apache.org/xsd/assembly-2.0.0.xsd">
    <id>update</id>
    <formats>
        <format>zip</format>
    </formats>
    <includeBaseDirectory>false</includeBaseDirectory>
    <dependencySets>
        <dependencySet>
            <useProjectArtifact>true</useProjectArtifact>
            <outputDirectory>libs</outputDirectory>
            <scope>runtime</scope>
        </dependencySet>
    </dependencySets>
    <fileSets>
        <fileSet>
            <directory>${project.resources[0].directory}</directory>
            <outputDirectory>config</outputDirectory>
        </fileSet>
    </fileSets>
</assembly>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy