tlasmap-standalone.1.39.3.source-code.license-custom-assembly.xml Maven / Gradle / Ivy
<?xml version="1.0" encoding="UTF-8"?>
<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></id>
<fileSets>
<fileSet>
<directory>${project.basedir}/src/main/resources/licenses</directory>
<outputDirectory>/opt/ipaas/licenses</outputDirectory>
<filtered>true</filtered>
<includes>
<include>**</include>
</includes>
<fileMode>755</fileMode>
</fileSet>
</fileSets>
</assembly>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy