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

assemblies.bdm-assembly.xml Maven / Gradle / Ivy

There is a newer version: 10.2.0.rc-02
Show newest version
<assembly xmlns="http://maven.apache.org/ASSEMBLY/2.2.0"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:schemaLocation="http://maven.apache.org/ASSEMBLY/2.2.0 https://maven.apache.org/xsd/assembly-2.2.0.xsd">
    <id>descriptor</id>
    <formats>
        <format>zip</format>
    </formats>
    <includeBaseDirectory>false</includeBaseDirectory>
    <files>
        <file>
            <source>../bom.xml</source>
            <destName>bom.xml</destName>
        </file>
    </files>
</assembly>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy